vars.am, symm/Makefile.am: Associate built test vector files with logs.
[catacomb] / vars.am
diff --git a/vars.am b/vars.am
index ea5cbc0..feb7588 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -108,6 +108,7 @@ AM_CPPFLAGS          = $(CATACOMB_INCLUDES)
 ###--------------------------------------------------------------------------
 ### Testing.
 
+TEST_EXTENSIONS                 = .t
 SUFFIXES               += .c .t$(EXEEXT) .to
 .c.to:
        $(AM_V_CC)$(COMPILE) -c -DTEST_RIG -DSRCDIR=\"$(srcdir)\" $< -o $@