source:
vendor/automake/1.4-p6/tests/install.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test for `; installing' message when not wanted. |
4 | # From François Pinard. |
5 | |
6 | . $srcdir/defs || exit 1 |
7 | |
8 | : > Makefile.am |
9 | : > INSTALL |
10 | : > NEWS |
11 | : > COPYING |
12 | |
13 | # It isn't possible to write this test. That's because all files that |
14 | # might be required are actually included in the automake |
15 | # distribution. |
16 | # $AUTOMAKE --gnu --add-missing > output 2>&1 && exit 1 |
17 | # grep installing output |
18 | |
19 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.