diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-19 11:53:24 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-19 17:23:44 +0100 |
commit | 4819027c6e072c2e9e45228f8afd5d0767545026 (patch) | |
tree | 9e72e4b9e85143b6e207ab9224ec8da8f2ca9e28 | |
parent | 89fddbe462d7d7d75c005b48dd9990e6fe1be61b (diff) | |
download | pango-4819027c6e072c2e9e45228f8afd5d0767545026.tar.gz |
tests: Use the appropriate extension for the C++ test
While `.C` is a valid GCC extension for C++ files, it only works for
case sensitive file systems. Let's use `.cpp`, like the rest of the
planet does.
-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 |