From ba10c85fc0cf756114ed9591b22adcb627f26356 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 12 Mar 2008 18:11:31 +0000 Subject: [PATCH] Set TESTS, so tocktest gets run on "make check". --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c2bb717..1ac671f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -176,6 +176,7 @@ GenOrdAST_SOURCES = GenOrdAST.hs #The programs to actually build: bin_PROGRAMS = tock noinst_PROGRAMS = tocktest GenTagAST GenOrdAST +TESTS = tocktest pkginclude_HEADERS = support/tock_support.h pkginclude_HEADERS += support/tock_support_cif.h