From 71a9ac4e78b45e6e6ba49b90f095335ec472d8c2 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Wed, 30 Oct 2013 18:17:35 +0000 Subject: Makefile.am now creates helper binary on make check and executes yarns --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index c31eaed..5bd51c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,8 @@ ChangeLog: Makefile || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2) dist-hook: ChangeLog + +TESTS = yarns/run_yarns.sh + +check_PROGRAMS = symtime +symtime_SOURCES = yarns/symtime.c -- cgit v1.2.1