diff options
Diffstat (limited to 'kutils/tests/Makefile.am')
-rw-r--r-- | kutils/tests/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kutils/tests/Makefile.am b/kutils/tests/Makefile.am index 747b2af2d..3bde7a9a2 100644 --- a/kutils/tests/Makefile.am +++ b/kutils/tests/Makefile.am @@ -1,16 +1,16 @@ INCLUDES = $(all_includes) -check_PROGRAMS = ktqfindtest ktqreplacetest +check_PROGRAMS = kfindtest kreplacetest -TESTS = ktqfindtest ktqreplacetest +TESTS = kfindtest kreplacetest -ktqfindtest_SOURCES = ktqfindtest.cpp -ktqfindtest_LDADD = ../libkutils.la -ktqfindtest_LDFLAGS = $(all_libraries) +kfindtest_SOURCES = kfindtest.cpp +kfindtest_LDADD = ../libkutils.la +kfindtest_LDFLAGS = $(all_libraries) -ktqreplacetest_SOURCES = ktqreplacetest.cpp -ktqreplacetest_LDADD = ../libkutils.la -ktqreplacetest_LDFLAGS = $(all_libraries) +kreplacetest_SOURCES = kreplacetest.cpp +kreplacetest_LDADD = ../libkutils.la +kreplacetest_LDFLAGS = $(all_libraries) METASOURCES = AUTO |