Use the import rule

[SVN r19968]
This commit is contained in:
Dave Abrahams
2003-09-08 17:38:49 +00:00
parent d95b647a46
commit 753534ef37

View File

@@ -8,10 +8,9 @@
# the template defined in options.jam. # the template defined in options.jam.
# #
subproject libs/config/test ; subproject libs/config/test ;
# bring in the rules for testing # bring in the rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; import testing ./options ;
include testing.jam ;
include $(BOOST_ROOT)/libs/config/test/options.jam ;
run config_info.cpp <template>config_options ; run config_info.cpp <template>config_options ;
run config_test.cpp <lib>../../test/build/boost_test_exec_monitor <template>config_options ; run config_test.cpp <lib>../../test/build/boost_test_exec_monitor <template>config_options ;