Implement NTH.
[muddle-interpreter.git] / src / Makefile.am
index 50723bd9c55703f5a308cd3a07467ed2e32eeea6..34bbd8871099231ff8b0977906a8db71f099d5ed 100644 (file)
@@ -2,4 +2,4 @@ bin_PROGRAMS = muddle
 muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c atom.c oblist.c
 muddle_CFLAGS = -Wall -Wno-unused-function -Werror=implicit-function-declaration -Werror=incompatible-pointer-types
 
-TESTS = test_oblists test_bindings
+TESTS = test_oblists test_bindings test_sequences