1 ACLOCAL_AMFLAGS = -I m4
2 AM_CFLAGS = @GUILE_CFLAGS@
3 lib_LTLIBRARIES = bash-scm.la
4 bash_scm_la_SOURCES = src/scm.c
5 bash_scm_la_LDFLAGS = -module
6 bash_scm_la_LIBADD = @GUILE_LDFLAGS@
11 TESTS += tests/trivial.scm
12 TESTS += tests/alias.bash
13 TESTS += tests/exception.bash
14 XFAIL_TESTS += tests/exception.bash
15 TESTS += tests/variable.bash
16 TESTS += tests/command.bash
17 TESTS += tests/magic-var.bash
18 TESTS += tests/capture-output.bash