source:
trunk/essentials/sys-devel/automake-1.4/tests/dejagnu.test@
3285
| Last change on this file since 3285 was 3124, checked in by , 19 years ago | |
|---|---|
| File size: 293 bytes | |
| Line | |
|---|---|
| 1 | #! /bin/sh |
| 2 | |
| 3 | # Test to make sure dejagnu tests and automake-style tests can coexist. |
| 4 | |
| 5 | . $srcdir/defs || exit 1 |
| 6 | |
| 7 | cat > Makefile.am << 'END' |
| 8 | AUTOMAKE_OPTIONS = dejagnu |
| 9 | TESTS = frob.test |
| 10 | END |
| 11 | |
| 12 | : > frob.test |
| 13 | |
| 14 | $AUTOMAKE || exit 1 |
| 15 | |
| 16 | grep '^check-TESTS' Makefile.in && grep '^check-DEJAGNU' Makefile.in |
Note:
See TracBrowser
for help on using the repository browser.
