diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2006-08-15 22:31:55 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2006-08-15 22:31:55 +0000 |
commit | 33797e0618cb6318c299d2945903003a55e59e42 (patch) | |
tree | 3c816970f86be3523ecbe37ebd6143f040c47795 /mixlib/testsuite | |
parent | 96598fb1b5239b950889e91b2aeea7f9e74d3b4a (diff) | |
download | mdk-33797e0618cb6318c299d2945903003a55e59e42.tar.gz mdk-33797e0618cb6318c299d2945903003a55e59e42.tar.bz2 |
Make -Werror a configuration option and use AM_CFLAGS everywhere1.2.3
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-42
Diffstat (limited to 'mixlib/testsuite')
-rw-r--r-- | mixlib/testsuite/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib/testsuite/Makefile.am b/mixlib/testsuite/Makefile.am index 568f071..3878cff 100644 --- a/mixlib/testsuite/Makefile.am +++ b/mixlib/testsuite/Makefile.am @@ -19,7 +19,7 @@ TESTS = $(check_PROGRAMS) MIXAL_FILES= "\"tests/bt\",\"tests/cbp\",\"tests/stress0\",\"tests/stress1\",\"tests/stress2\",\"tests/stress4\",\"tests/stress5\",\"tests/stress6\",\"tests/ldan\",\"tests/lockonw\",\"tests/negwrite\",\"hello\",\"echo\",\"primes\",\"isains\"" -AM_CFLAGS = -DMIX_TEST_MIXAL_FILES=$(MIXAL_FILES) -DMIX_TEST_SAMPLES_DIR="\"$(top_srcdir)/samples\"" +AM_CFLAGS += -DMIX_TEST_MIXAL_FILES=$(MIXAL_FILES) -DMIX_TEST_SAMPLES_DIR="\"$(top_srcdir)/samples\"" mixtypest_SOURCES = test.h mix_types_t.c mixinstest_SOURCES = test.h mix_ins_t.c |