diff options
| author | Kazuhiko Sakaguchi | 2019-09-26 09:48:48 +0200 |
|---|---|---|
| committer | Kazuhiko Sakaguchi | 2019-10-02 11:23:14 +0200 |
| commit | a899bb7ef1d6a2c35b1b9a646dfeae332972f5f6 (patch) | |
| tree | 70932b486e720b964eda546c0a51dfbdf002bd69 /mathcomp/Make.test-suite | |
| parent | 9a3a4e63a1aa775dab774f261313d0e1031620da (diff) | |
Fix and improve the test suite and Makefile
- improve an error message produced by the `check_join` tactic,
- fix the build of the test suite: `make test-suite`, and
- add a new rule `only` to build a subset of MathComp.
Diffstat (limited to 'mathcomp/Make.test-suite')
| -rw-r--r-- | mathcomp/Make.test-suite | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mathcomp/Make.test-suite b/mathcomp/Make.test-suite new file mode 100644 index 0000000..bca6ed9 --- /dev/null +++ b/mathcomp/Make.test-suite @@ -0,0 +1,7 @@ +test_suite/hierarchy_test.v + +-I . +-R . mathcomp + +-arg -w -arg -notation-overridden +-arg -w -arg -ambiguous-paths |
