Add test modules to makefile

Julien LepillerSun Apr 05 03:31:13+0200 2020

9c9e10d

Add test modules to makefile

Makefile.am

1212
  iri/iri.scm \
1313
  test-modules/testsuite.scm \
1414
  test-modules/online.scm \
15-
  test-modules/result.scm
15+
  test-modules/result.scm \
16+
  tests/semantics.scm \
17+
  tests/turtle.scm
1618
1719
TEST_EXTENSIONS = .scm
1820
SCM_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh --color-tests yes --ignore-exit