? libs/python/example/quickstart/test_extending.pyc Index: libs/python/example/quickstart/Jamroot =================================================================== RCS file: /cvsroot/boost/boost/libs/python/example/quickstart/Attic/Jamroot,v retrieving revision 1.1.2.3 diff -d -d -u -r1.1.2.3 Jamroot --- libs/python/example/quickstart/Jamroot 31 May 2007 22:03:06 -0000 1.1.2.3 +++ libs/python/example/quickstart/Jamroot 8 Jun 2007 21:10:25 -0000 @@ -35,3 +35,9 @@ : # requirements : test_embed ; # name of test +# Create a "test" target that runs all the tests +alias test : test_ext test_embed ; + +# make sure the tests don't run by default +explicit test_ext test_embed test ; +