summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-28 23:57:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-28 23:57:54 -0800
commit7807ce0cf494506e4fb596ba7d5c026f813a5349 (patch)
treefd743c5bbdf18c2d5dabf3678e8301c1a433f7e6
parent1784cbc15c0ca91322e2ed721ecddb848a08b2c5 (diff)
downloadtxr-7807ce0cf494506e4fb596ba7d5c026f813a5349.tar.gz
txr-7807ce0cf494506e4fb596ba7d5c026f813a5349.tar.bz2
txr-7807ce0cf494506e4fb596ba7d5c026f813a5349.zip
* Makefile: Use target-specific assignment
to suppress TXR_DBG_OPTS for tests under tests/011. The --gen-gc makes mandel.txr run too slow.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cfd3b30..01ed91f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-02-28 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile: Use target-specific assignment
+ to suppress TXR_DBG_OPTS for tests under tests/011.
+ The --gen-gc makes mandel.txr run too slow.
+
+2014-02-28 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (self_evaluating_p, maybe_quote): New functions.
(expand): Use maybe-quote form macro-time, to not quote
result unnecessarily.
diff --git a/Makefile b/Makefile
index 9fd20178..c1a380da 100644
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,8 @@ tests/010/align-columns.ok: TXR_ARGS := $(top_srcdir)/tests/010/align-columns.da
tests/002/%: TXR_SCRIPT_ON_CMDLINE := y
+tests/011/%: TXR_DBG_OPTS :=
+
%.ok: %.txr
mkdir -p $(dir $@)
$(if $(TXR_SCRIPT_ON_CMDLINE),\