diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-15 05:57:16 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-15 05:57:16 -0800 |
commit | a68badce7390a6e98e69ab17240265215ce764d4 (patch) | |
tree | a27fc51f1e225d3518c62c68a3f71f53fc8b0ad0 /Makefile | |
parent | f2fc66d71aabc92ba3d26c7829ebca80f69dbaa1 (diff) | |
download | txr-a68badce7390a6e98e69ab17240265215ce764d4.tar.gz txr-a68badce7390a6e98e69ab17240265215ce764d4.tar.bz2 txr-a68badce7390a6e98e69ab17240265215ce764d4.zip |
New arithmetic tests.
* Makefile (TXR_DBG_OPTS): Suppress for new directory
tests/016.
* tests/016/arith.tl: New file.
* tests/016/arith.expected: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -318,6 +318,7 @@ tst/tests/012/%: TXR_DBG_OPTS := tst/tests/013/%: TXR_DBG_OPTS := tst/tests/014/%: TXR_DBG_OPTS := tst/tests/015/%: TXR_DBG_OPTS := +tst/tests/016/%: TXR_DBG_OPTS := .PRECIOUS: tst/%.out tst/%.out: %.txr |