diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-04-20 03:45:54 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-04-20 03:45:54 +0000 |
| commit | 023e89e5efa694577b481488bb5ea251d3ec1966 (patch) | |
| tree | b6c6c2921ca62b71b7bec9a475156de3f868a10f /unit-tests/phony-end.exp | |
| parent | 769742d3aff97a7f08b820ddad980fd0afacfb3a (diff) | |
Diffstat (limited to 'unit-tests/phony-end.exp')
| -rw-r--r-- | unit-tests/phony-end.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unit-tests/phony-end.exp b/unit-tests/phony-end.exp new file mode 100644 index 0000000000000..c3c517ccc25cb --- /dev/null +++ b/unit-tests/phony-end.exp @@ -0,0 +1,6 @@ +.TARGET="phony" .PREFIX="phony" .IMPSRC="" +.TARGET="all" .PREFIX="all" .IMPSRC="phony" +.TARGET="ok" .PREFIX="ok" .IMPSRC="" +.TARGET="also.ok" .PREFIX="also.ok" .IMPSRC="" +.TARGET="bug" .PREFIX="bug" .IMPSRC="" +exit status 0 |
