diff options
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/cxx-test.cpp (renamed from tests/cxx-test.C) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8f0f61f1..57726297 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -92,7 +92,7 @@ testattributes_LDADD = $(TEST_PANGOCAIRO_LIBS) $(GLIB_LIBS) if HAVE_CXX check_PROGRAMS += cxx-test endif -cxx_test_SOURCES = cxx-test.C +cxx_test_SOURCES = cxx-test.cpp all-unicode.txt: gen-all-unicode$(EXEEXT) ./gen-all-unicode > all-unicode.txt diff --git a/tests/cxx-test.C b/tests/cxx-test.cpp index 643bc710..643bc710 100644 --- a/tests/cxx-test.C +++ b/tests/cxx-test.cpp |