X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/f64eb323a5798e155cc494043f5f750abf50a482..e9be9d868bddf4638c3d055e9f86022f3982ce25:/test/Makefile.am diff --git a/test/Makefile.am b/test/Makefile.am index 231d203..de5b634 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -45,6 +45,8 @@ check-local:: chimaera chimaera.ref TESTS += test check_PROGRAMS += test + +EXTRA_DIST += test.sod nodist_test_SOURCES = test.c test.h BUILT_SOURCES += $(nodist_test_SOURCES) @@ -56,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 --------------------------------------------------