Add asn.1 test
Makefile.am
12 | 12 | ||
13 | 13 | info_TEXINFOS= doc/guile-fediverse.texi | |
14 | 14 | ||
15 | + | TEST_EXTENSIONS = .scm | |
16 | + | ||
17 | + | SCM_LOG_DRIVER = \ | |
18 | + | $(top_builddir)/env $(GUILE) --no-auto-compile -e main \ | |
19 | + | $(top_srcdir)/build-aux/test-driver.scm | |
20 | + | ||
15 | 21 | TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh --ignore-exit | |
16 | - | TESTS = tests/basic.scm | |
22 | + | TESTS = tests/asn1.scm | |
17 | 23 | EXTRA_DIST += $(TESTS) |