Add test modules to makefile
Makefile.am
12 | 12 | iri/iri.scm \ | |
13 | 13 | test-modules/testsuite.scm \ | |
14 | 14 | test-modules/online.scm \ | |
15 | - | test-modules/result.scm | |
15 | + | test-modules/result.scm \ | |
16 | + | tests/semantics.scm \ | |
17 | + | tests/turtle.scm | |
16 | 18 | ||
17 | 19 | TEST_EXTENSIONS = .scm | |
18 | 20 | SCM_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh --color-tests yes --ignore-exit |