-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
;; Don't build tests automatically | ||
(vendored_dirs test) | ||
|
||
(library | ||
(name ppx_version) | ||
(public_name ppx_version) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ppx_version tests | ||
================= | ||
|
||
These are tests for the basic features of ppx_version. | ||
|
||
There are "positive" tests, where the syntax should be accepted, and | ||
"negative" tests, where the syntax should be rejected. | ||
|
||
Run `make` to run all tests. There are also separate targets | ||
"positive-tests" and "negative-tests". | ||
|
||
The negative tests succeed if the dune build fails, but the failures | ||
may occur for reasons other than the expected reasons. Ordinarily, | ||
the test output is suppressed. By setting the VERBOSE environment | ||
variable, the output is shown, in order to make sure the failures | ||
are as expected. |
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