source: trunk/essentials/sys-devel/automake-1.4/tests/all.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 335 bytes
Line 
1#! /bin/sh
2
3# Test to make sure all-local and other -local targets work correctly.
4
5. $srcdir/defs || exit 1
6
7for target in all install-exec install-data uninstall; do
8 echo "Doing $target"
9 echo "${target}-local:" > Makefile.am
10
11 $AUTOMAKE || exit 1
12
13 fgrep "${target}-local ${target}-local" Makefile.in && exit 1
14done
15exit 0
Note: See TracBrowser for help on using the repository browser.