diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 13:44:29 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 13:44:29 -0800 |
commit | 802e61bb121077c16e55cbab2f569cca3269c1fe (patch) | |
tree | 37820fe279a766d55a8977d27aa5135e7bd3af3f /ChangeLog | |
parent | 25af1192809b7be30ed521f5ae22e543a75f6ca4 (diff) | |
download | txr-802e61bb121077c16e55cbab2f569cca3269c1fe.tar.gz txr-802e61bb121077c16e55cbab2f569cca3269c1fe.tar.bz2 txr-802e61bb121077c16e55cbab2f569cca3269c1fe.zip |
Got "make tests" working in separate build directory,
with .out files going to local tests/ tree.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + Got "make tests" working in separate build directory, + with .out files going to local tests/ tree. + + * Makefile (depend): Refer to depend.txr and dep.mk + using $top_srcdir; no need for symlinks. + Changed a few more ./txr references to use $(PROG). + (TESTS): Path munging to generate targets with local paths. + (%.ok): Fixed diff logic to compare between .expected file + in $(top_srcdir) and local .out file. + + * configure: Don't generate symlinks for tests and dep.mk. + +2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + Got "make install" working. * Makefile (install): New target. |