src/method-impl.lisp: Abolish the `emf-entry-tail' variable.
[sod] / test / Makefile.am
index abd524e..08d6625 100644 (file)
@@ -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 --------------------------------------------------