diff --git a/test/Jamfile b/test/Jamfile index 8120377..30f0a13 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -21,6 +21,13 @@ project local multi-threading = /boost/thread multi BOOST_ALL_NO_LIB=1 ; +test-suite detail : + [ run detail/aa_test0.cpp ] + [ run detail/aa_test1.cpp ] + [ run detail/aa_test2.cpp ] + [ run detail/aa_test3.cpp ] + ; + test-suite phoenix_core : [ run core/custom_terminal.cpp ] [ run core/intel_test.cpp ]