diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-03-07 06:44:04 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-03-07 06:44:04 -0800 |
commit | 076a7d3009c05cd0418fb2e357fd22ef5cb8d6ec (patch) | |
tree | b2169d1da8f1492cfd3873d4debce7ada396b9e0 /Makefile | |
parent | 6b252ddb8818fb7a5e7923c442d1a9022bc07b9d (diff) | |
download | txr-076a7d3009c05cd0418fb2e357fd22ef5cb8d6ec.tar.gz txr-076a7d3009c05cd0418fb2e357fd22ef5cb8d6ec.tar.bz2 txr-076a7d3009c05cd0418fb2e357fd22ef5cb8d6ec.zip |
Basic regression test case for sockets.
* Makefile: suppress --gc-debug for tst/tests/014 directory.
* tests/014/socket-basic.tl: New file.
* tests/014/socket-basic.expected: New file.
* tests/sock-common.tl: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ tst/tests/002/%: TXR_SCRIPT_ON_CMDLINE := y tst/tests/011/%: TXR_DBG_OPTS := tst/tests/012/%: TXR_DBG_OPTS := tst/tests/013/%: TXR_DBG_OPTS := +tst/tests/014/%: TXR_DBG_OPTS := .PRECIOUS: tst/%.out tst/%.out: %.txr |