aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-06-29 19:12:02 +0200
committert3sserakt <t3ss@posteo.de>2023-06-29 19:12:02 +0200
commit72b4f42f4a6d2b9658bad2075508048d5770ba0a (patch)
tree6e1e13f4b043ebc24c49396019e75bd0936125a1 /src/set/Makefile.am
parentb78f99388e82b61cd6fde7e2f153c50b96dca3dc (diff)
downloadgnunet-72b4f42f4a6d2b9658bad2075508048d5770ba0a.tar.gz
gnunet-72b4f42f4a6d2b9658bad2075508048d5770ba0a.zip
TNG: Deactivated all tests which rely on the old transport api.
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index bf4c8229c..a9e39a728 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -66,9 +66,9 @@ libgnunetset_la_LDFLAGS = \
66 $(GN_LIB_LDFLAGS) 66 $(GN_LIB_LDFLAGS)
67 67
68check_PROGRAMS = \ 68check_PROGRAMS = \
69 test_set_api \ 69 # test_set_api \
70 test_set_union_result_symmetric \ 70 # test_set_union_result_symmetric \
71 test_set_intersection_result_full \ 71 # test_set_intersection_result_full \
72 test_set_union_copy 72 test_set_union_copy
73 73
74if ENABLE_TEST_RUN 74if ENABLE_TEST_RUN