You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/kutils/tests/Makefile.am

17 lines
369 B

INCLUDES = $(all_includes)
check_PROGRAMS = ktqfindtest ktqreplacetest
TESTS = ktqfindtest ktqreplacetest
ktqfindtest_SOURCES = ktqfindtest.cpp
ktqfindtest_LDADD = ../libkutils.la
ktqfindtest_LDFLAGS = $(all_libraries)
ktqreplacetest_SOURCES = ktqreplacetest.cpp
ktqreplacetest_LDADD = ../libkutils.la
ktqreplacetest_LDFLAGS = $(all_libraries)
METASOURCES = AUTO