diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-01 11:20:58 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-01 11:20:58 -0800 |
commit | 74acf6cd24492cf32b412f7b1528d6a216a9e4d6 (patch) | |
tree | 581f3ae7a59196400373f1caba405ce2631dfbba /ChangeLog | |
parent | 323e8d69a775176ef9f412c19de479d44d81235d (diff) | |
download | txr-74acf6cd24492cf32b412f7b1528d6a216a9e4d6.tar.gz txr-74acf6cd24492cf32b412f7b1528d6a216a9e4d6.tar.bz2 txr-74acf6cd24492cf32b412f7b1528d6a216a9e4d6.zip |
* configure (conftest, conftest_o): New functions
Use functions throughout tests instead of repeated code for removing
target, invoking make with redirection and testing for existence of
target.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-03-01 Kaz Kylheku <kaz@kylheku.com> + * configure (conftest, conftest_o): New functions + Use functions throughout tests instead of repeated code for removing + target, invoking make with redirection and testing for existence of + target. + +2014-03-01 Kaz Kylheku <kaz@kylheku.com> + * tests/011/special-1.txr: Add some coverage for evaluation of a re-bound special under the Lisp-1 evaluation of the [ ] notation. This test case would have failed three commits |