X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=34bbd8871099231ff8b0977906a8db71f099d5ed;hb=e3dcc1d3966fb95a5a232daa193c6b5d89a06b7e;hp=50723bd9c55703f5a308cd3a07467ed2e32eeea6;hpb=4b917a1f5fe2af0245454fe6be14710b2c24a475;p=muddle-interpreter.git diff --git a/src/Makefile.am b/src/Makefile.am index 50723bd..34bbd88 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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