Makefile.am
| 1 | include guile.am |
| 2 | |
| 3 | SOURCES= \ |
| 4 | rdf/rdf.scm \ |
| 5 | rdf/xsd.scm \ |
| 6 | turtle/parser.scm \ |
| 7 | turtle/tordf.scm \ |
| 8 | iri/iri.scm \ |
| 9 | test-modules/testsuite.scm \ |
| 10 | test-modules/online.scm \ |
| 11 | test-modules/result.scm |
| 12 | |
| 13 | TEST_EXTENSIONS = .scm |
| 14 | SCM_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh --color-tests yes --ignore-exit |
| 15 | TESTS = tests/turtle.scm |
| 16 | EXTRA_DIST += $(TESTS) |
| 17 |