Implement eval_arg and some builtins.
[muddle-interpreter.git] / src / Makefile.am
index 68f749c8bbfa96e3500a91cf90caf8ca5108d031..50723bd9c55703f5a308cd3a07467ed2e32eeea6 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