From 8d124d88bbf2756bcba2f66f00cf034fc46d76fe Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 8 Nov 2002 17:07:44 +0000 Subject: [PATCH] meant to check this in months ago [SVN r16164] --- test/aux_/Jamfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/aux_/Jamfile 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 ;