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 (#458)
Summary: oss: make 'make tests' run Python tests '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. Pull Request resolved: #458 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. --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/458). * #459 * __->__ #458 Reviewed By: muirdm Differential Revision: D42742607 Pulled By: zzl0 fbshipit-source-id: 790624f28da629fe25846d1dde1fad2aa3382911
- Loading branch information