X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=34bbd8871099231ff8b0977906a8db71f099d5ed;hb=e3dcc1d3966fb95a5a232daa193c6b5d89a06b7e;hp=922b9b6f3e2e7f4202ca6b358919374a7f0e3b64;hpb=58a5ffdfec139a0c9d399f603b77a764ae8607f7;p=muddle-interpreter.git diff --git a/src/Makefile.am b/src/Makefile.am index 922b9b6..34bbd88 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ bin_PROGRAMS = muddle -muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c atom.c +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 test_sequences