Implement NTH.
[muddle-interpreter.git] / src / Makefile.am
index 68f749c8bbfa96e3500a91cf90caf8ca5108d031..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
+TESTS = test_oblists test_bindings test_sequences