X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/e520bc2484f96c38991fb8d3b49cd9a3b2410842..9e91c8e7b5fcdeb6389ac7ccbcd9c77348c4493a:/test/Makefile.am diff --git a/test/Makefile.am b/test/Makefile.am index 08d6625..231d203 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -48,4 +48,12 @@ check_PROGRAMS += test nodist_test_SOURCES = test.c test.h BUILT_SOURCES += $(nodist_test_SOURCES) +check_PROGRAMS += kwtest + +EXTRA_DIST += kwtest.ref +CLEANFILES += kwtest.out +check-local:: kwtest kwtest.ref + ./kwtest >kwtest.out + diff -u $(srcdir)/kwtest.ref kwtest.out + ###----- That's all, folks --------------------------------------------------