Remove some more special cases.

This commit is contained in:
Daniel James 2016-07-03 21:45:55 +01:00
parent 1eea602d8c
commit 54d206b793

View file

@ -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
;