diff options
Diffstat (limited to 'contrib/libxo/tests/xo/Makefile.am')
-rw-r--r-- | contrib/libxo/tests/xo/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/contrib/libxo/tests/xo/Makefile.am b/contrib/libxo/tests/xo/Makefile.am index 22698f87154f..1f3636d9345d 100644 --- a/contrib/libxo/tests/xo/Makefile.am +++ b/contrib/libxo/tests/xo/Makefile.am @@ -12,14 +12,8 @@ AM_CFLAGS = -I${top_srcdir} -I${top_srcdir}/libxo # Ick: maintained by hand! TEST_CASES = \ -xo_01.sh - -X=\ -xo_02.sh \ -xo_03.sh \ -xo_04.sh \ -xo_05.sh \ -xo_06.sh +xo_01.sh \ +xo_02.sh # TEST_CASES := $(shell cd ${srcdir} ; echo *.c ) |