- Commit
- 0e7d3a2e6ef6430e2de7eafc483b0ffe982d970d
- Parent
- 2a59afee08f9abdb647e4d7c9a01b659b08b31f4
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Run the spec tests only if python3 is found.
Otherwise skip them, running a dummy test skipping_spec_tests to
signal that they are being skipped.
To require the spec tests, do `cmake .. -DSPEC_TESTS=1`.
Closes #278.
Although I still have some qualms about tests that can appear to
pass while being incomplete, I see the advantages of allowing
the package to build without python3.