X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/e0808c472145fc81e52898bc9ac289e10c4f4f41..3aab0efa423fe20713c8cc02e8aabdf7fe84056b:/test/Makefile.am diff --git a/test/Makefile.am b/test/Makefile.am index abd524e..08d6625 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -40,4 +40,12 @@ check-local:: chimaera chimaera.ref ./chimaera >chimaera.out diff -u $(srcdir)/chimaera.ref chimaera.out +###-------------------------------------------------------------------------- +### Other tests. + +TESTS += test +check_PROGRAMS += test +nodist_test_SOURCES = test.c test.h +BUILT_SOURCES += $(nodist_test_SOURCES) + ###----- That's all, folks --------------------------------------------------