aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-07 18:52:04 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-07 18:52:04 +0000
commit71c9ff44f0b1b1f6c3dc72e945644e47ab5ab921 (patch)
treea59a37230173cc956bd22f7cfb0557dccc19b515 /src/set/Makefile.am
parent6da7b6a2dc5ec3645d5f8bdbd4ab77d6090b823f (diff)
downloadgnunet-71c9ff44f0b1b1f6c3dc72e945644e47ab5ab921.tar.gz
gnunet-71c9ff44f0b1b1f6c3dc72e945644e47ab5ab921.zip
improve test to check set union operation and to test with empty sets
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index bda512be6..b91a54683 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -65,7 +65,9 @@ libgnunetset_la_LDFLAGS = \
65 65
66if HAVE_TESTING 66if HAVE_TESTING
67check_PROGRAMS = \ 67check_PROGRAMS = \
68 test_set_api test_set_union_result_full test_set_intersection_result_full 68 test_set_api \
69 test_set_union_result_full \
70 test_set_intersection_result_full
69endif 71endif
70 72
71if ENABLE_TEST_RUN 73if ENABLE_TEST_RUN
@@ -96,4 +98,3 @@ test_set_intersection_result_full_LDADD = \
96 98
97EXTRA_DIST = \ 99EXTRA_DIST = \
98 test_set.conf 100 test_set.conf
99