Ticket #1046: python-example-quickstart.patch

File python-example-quickstart.patch, 708 bytes (added by Dave Abrahams, 15 years ago)

Patch for libs/python/example/quickstart/Jamroot

  • libs/python/example/quickstart/Jamroot

    ? libs/python/example/quickstart/test_extending.pyc
    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
     
    3535  :              # requirements
    3636  : test_embed ; # name of test
    3737
     38# Create a "test" target that runs all the tests
     39alias test : test_ext test_embed ;
     40
     41# make sure the tests don't run by default
     42explicit test_ext test_embed test ;
     43