From dc4edf6b7738d83eb971df41baa33ee126564a70 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 22 Mar 1997 08:14:41 +0000 Subject: more cygwin32 fixes --- tests/cygwin32.test | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 tests/cygwin32.test (limited to 'tests/cygwin32.test') diff --git a/tests/cygwin32.test b/tests/cygwin32.test new file mode 100755 index 000000000..42882389b --- /dev/null +++ b/tests/cygwin32.test @@ -0,0 +1,24 @@ +#! /bin/sh + +# Test basic Cygwin32 functionality. + +. $srcdir/defs || exit 1 + +cat >> configure.in << 'END' +AC_PROG_CC +AM_CYGWIN32 +END + +cat > Makefile.am << 'END' +bin_PROGRAMS = www +www_SOURCES = www.c @extra_stuff@ +EXTRA_www_SOURCES = xtra.c +END + +: > www.c +: > xtra.c + +$AUTOMAKE || exit 1 + +grep '^CYGWIN' Makefile.in && exit 1 +grep 'EXEEXT' Makefile.in -- cgit v1.2.1