X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/388ca1cdcd263e6ad8731e9680d4097a6820e87a..8eb242b160e163a1cfc6e810aeda4788116bba1a:/test/Makefile.am diff --git a/test/Makefile.am b/test/Makefile.am index 5c4d59d..de5b634 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -58,4 +58,13 @@ check-local:: kwtest kwtest.ref ./kwtest >kwtest.out diff -u $(srcdir)/kwtest.ref kwtest.out +check_PROGRAMS += rat + +EXTRA_DIST += rat.sod rat.ref +nodist_rat_SOURCES = rat.c rat.h +BUILT_SOURCES += $(nodist_rat_SOURCES) +check-local:: rat rat.ref + ./rat >rat.out + diff -u $(srcdir)/rat.ref rat.out + ###----- That's all, folks --------------------------------------------------