|
@@ -15,6 +15,7 @@ DEPENDS all : test ;
|
|
|
# Tests from Jamfiles in individual library test subdirectories
|
|
# Tests from Jamfiles in individual library test subdirectories
|
|
|
# Please keep these in alphabetic order by test-suite name
|
|
# Please keep these in alphabetic order by test-suite name
|
|
|
|
|
|
|
|
|
|
+subinclude libs/assign/test ; # test-suite assign
|
|
|
subinclude libs/bind/test ; # test-suite bind
|
|
subinclude libs/bind/test ; # test-suite bind
|
|
|
subinclude libs/conversion/test ; # test-suite conversion
|
|
subinclude libs/conversion/test ; # test-suite conversion
|
|
|
subinclude libs/date_time/test ; # test-suite date_time
|
|
subinclude libs/date_time/test ; # test-suite date_time
|