Fix leftover magic word
[guile-bash.git] / Makefile.am
blob707e40a7a22a0bf4b35407942daaf5c8c72e5198
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@
7 SUBDIRS = . lisp
8 TESTS =
9 XFAIL_TESTS =
11 TESTS += tests/trivial.scm
12 TESTS += tests/alias.bash
13 TESTS += tests/exception.bash
14 XFAIL_TESTS += tests/exception.bash
15 TESTS += tests/capture-output.bash
16 TESTS += tests/variable.bash
17 TESTS += tests/command.bash
18 TESTS += tests/dynamic-var.bash