summaryrefslogtreecommitdiffstats
path: root/kutils/tests/Makefile.am
blob: 3bde7a9a29586a503e4a62f4497ac4d1129e83e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES = $(all_includes)

check_PROGRAMS = kfindtest kreplacetest

TESTS = kfindtest kreplacetest

kfindtest_SOURCES = kfindtest.cpp
kfindtest_LDADD = ../libkutils.la
kfindtest_LDFLAGS = $(all_libraries)

kreplacetest_SOURCES = kreplacetest.cpp
kreplacetest_LDADD = ../libkutils.la
kreplacetest_LDFLAGS = $(all_libraries)

METASOURCES = AUTO