* tests/Makefile.am (TESTS): Added yacc5.test.
[automake.git] / tests / spell.test
blob493612cb02663ce571e5d89a01759057e61e6e7b
1 #! /bin/sh
3 # Test to make sure misspellings in _SOURCES variables cause failure.
5 . $srcdir/defs || exit 1
7 cat > Makefile.am << 'END'
8 bin_PROGRAMS = zardoz foo
9 zardoz_SOURCES = x.c
10 boo_SOURCES = y.c
11 END
13 $AUTOMAKE && exit 1
14 exit 0