Use the import rule

[SVN r19968]
This commit is contained in:
Dave Abrahams
2003-09-08 17:38:49 +00:00
parent c26dde8e6e
commit 5e7c100b55

View File

@ -2,8 +2,7 @@
subproject libs/static_assert ;
# bring in the rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
import testing ;
test-suite static_assert :
[ run static_assert_test.cpp ]