diff options
| author | Enrico Tassi | 2017-05-23 12:08:14 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2017-05-23 12:08:14 +0200 |
| commit | 0ca2fe2e616f303665003bc6cf2d89df385f9394 (patch) | |
| tree | cb8cf9ef7bf153af3633c68742df53d22491f1ed /test-suite/coq-makefile/only/_CoqProject | |
| parent | 19902a9540b028d24be9c078df0471bd589e7c82 (diff) | |
add the only target
This makes the following work correctly:
make only TGTS="foo bar" -j2
note that
make foo bar -j2
is not doing what you think
Diffstat (limited to 'test-suite/coq-makefile/only/_CoqProject')
| -rw-r--r-- | test-suite/coq-makefile/only/_CoqProject | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/only/_CoqProject b/test-suite/coq-makefile/only/_CoqProject new file mode 100644 index 0000000000..357384fddf --- /dev/null +++ b/test-suite/coq-makefile/only/_CoqProject @@ -0,0 +1,11 @@ +-R theories/ test +-R src/ test +-I src/ + +./src/test_plugin.mlpack +./src/test.ml4 +./src/test.mli +./src/test_aux.ml +./src/test_aux.mli +./theories/test.v +./theories/sub/testsub.v |
