Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
More tests... GNU make is a little arbitrary about some of this!
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmedberg committed Mar 17, 2009
1 parent 83be6f8 commit fbfca98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/doublecolon-remake.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$(shell touch somefile)

all:: somefile
@echo TEST-PASS
13 changes: 13 additions & 0 deletions tests/parallel-rule-execution2.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#T returncode: 2

# The dependencies of the command rule of a single-colon target are resolved before the rules without commands.

all: export

export:
sleep 1
touch somefile

all: somefile
test -f somefile
@echo TEST-PASS

0 comments on commit fbfca98

Please sign in to comment.