diff options
Diffstat (limited to 'tests/tests.am')
-rw-r--r-- | tests/tests.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/tests.am b/tests/tests.am index 13647b3a..9685ae67 100644 --- a/tests/tests.am +++ b/tests/tests.am @@ -91,3 +91,14 @@ else test_cpp_LDADD = libgccpp.la $(test_ldadd) endif endif + +if ENABLE_DISCLAIM +TESTS += disclaim_test +check_PROGRAMS += disclaim_test +disclaim_test_SOURCES = tests/disclaim_test.c +disclaim_test_LDADD = $(test_ldadd) +TESTS += disclaim_bench +check_PROGRAMS += disclaim_bench +disclaim_bench_SOURCES = tests/disclaim_bench.c +disclaim_bench_LDADD = $(test_ldadd) +endif |