summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/tests/Makefile.am
blob: 3e8b7c3673510e4ab8bb8746cf1dbb845406b882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CPPFLAGS = -I$(top_srcdir)/certmanager/lib \
	-I$(top_srcdir)/libtdenetwork \
	$(GPGME_CFLAGS) $(all_includes) -DTDESRCDIR=\"$(srcdir)\"

check_PROGRAMS = test_keylister test_keygen test_keyselectiondialog \
		test_cryptoconfig test_gnupgprocessbase test_jobs test_verify
TESTS = test_verify

test_keylister_SOURCES = test_keylister.cpp
test_keygen_SOURCES = test_keygen.cpp
test_keyselectiondialog_SOURCES = test_keyselectiondialog.cpp
test_cryptoconfig_SOURCES = test_cryptoconfig.cpp
test_gnupgprocessbase_SOURCES = test_gnupgprocessbase.cpp
test_jobs_SOURCES = test_jobs.cpp
test_verify_SOURCES = test_verify.cpp

LDADD = ../libkleopatra.la

METASOURCES = AUTO