run 324 B

12345678910
  1. #!/bin/sh
  2. # Run all tests that the standard sandbox build can support
  3. ./test/py/test.py --bd sandbox --build
  4. # Run tests which require sandbox_spl
  5. ./test/py/test.py --bd sandbox_spl --build -k test/py/tests/test_ofplatdata.py
  6. # Run tests for the flat DT version of sandbox
  7. ./test/py/test.py --bd sandbox_flattree --build