From 54d206b793b3fca9b66517c49f57b725cedf1259 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 3 Jul 2016 21:45:55 +0100 Subject: [PATCH] Remove some more special cases. --- status/Jamfile.v2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index 6d77de0280..36be30b096 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -170,9 +170,6 @@ run-tests libs : $(libs-to-test)/test ; # Tests from Jamfiles in individual library test subdirectories # Please keep these in alphabetic order by test-suite name run-tests libs : - concept_check # test-suite concept_check - disjoint_sets # test-suite disjoint_sets - dynamic_bitset # test-suite dynamic_bitset wave/test/build # test-suite wave ;