-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oss: make 'make tests' run Python tests
Summary: 'make check' tries to run 'make tests', but despite being documented, the 'tests' target does not exist in the Makefile. Create a 'tests' target which runs the Python test suite. Test Plan: $ make oss $ make check [bunch of failures] $ (cd tests && python run-tests.py test-debugcheckcasecollisions.t) ---------------------------------------------------------------------- # Ran 1 tests, 0 skipped, 0 failed.
- Loading branch information
Showing
2 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters