diff --git a/test/aux_/Jamfile b/test/aux_/Jamfile new file mode 100644 index 0000000..e4af65c --- /dev/null +++ b/test/aux_/Jamfile @@ -0,0 +1,10 @@ +subproject libs/mpl/test/aux_ ; + +# bring in rules for testing +SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; +include testing.jam ; + +compile debug_print.cpp ; +compile has_rebind.cpp ; +compile has_distance.cpp ; +compile typeof.cpp ;