summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-23 08:06:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-23 08:06:43 -0700
commitb2a47642713286c195d2e4fd27b67019a0cba411 (patch)
tree18f0d330e20e3a416cda7b1f7f7ae35bba7a2221 /ChangeLog
parent956785645ee52c5c7226d6eddd47dc01c7f33567 (diff)
downloadtxr-b2a47642713286c195d2e4fd27b67019a0cba411.tar.gz
txr-b2a47642713286c195d2e4fd27b67019a0cba411.tar.bz2
txr-b2a47642713286c195d2e4fd27b67019a0cba411.zip
Split off test macros from ifa.tl into common file.
* Makefile (TESTS_OUT): Don't use find to hunt down tests; but rather wildcard. This way common.tl is not mistakenly identified as an independent test file. * tests/012/ifa.tl: Removed test code, placed in new file which is loaded. * tests/common.tl: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d57de311..605b65c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2015-07-23 Kaz Kylheku <kaz@kylheku.com>
+ Split off test macros from ifa.tl into common file.
+
+ * Makefile (TESTS_OUT): Don't use find to hunt down tests;
+ but rather wildcard. This way common.tl is not mistakenly
+ identified as an independent test file.
+
+ * tests/012/ifa.tl: Removed test code, placed in new file
+ which is loaded.
+
+ * tests/common.tl: New file.
+
+2015-07-23 Kaz Kylheku <kaz@kylheku.com>
+
Fixes for building in separate dir.
* Makefile (CFLAGS): Search for mpi header in $(top_srcdir).