Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.bin / make / tests / basic / t0 / test.sh
1 #!/bin/sh
2
3 # $DragonFly: src/usr.bin/make/tests/basic/t0/test.sh,v 1.6 2005/03/01 22:42:28 okumoto Exp $
4
5 . ../../common.sh
6
7 setup_test()
8 {
9         cp /dev/null $WORK_BASE/Makefile
10 }
11
12 desc_test()
13 {
14         echo "A empty Makefile file."
15 }
16
17 eval_cmd $1