-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
4 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
@goal gpg @glob 'glob_test/*.txt' @params P | ||
echo "$ITEM $P" | ||
|
||
@goal g1 | ||
@depends_on gpg @args 'hello' | ||
|
||
@goal g2 | ||
@depends_on gpg @args 'hello' | ||
@depends_on gpg @args 'hi' | ||
|
||
@goal g3 | ||
@depends_on g3pg @args 'salut' | ||
|
||
@goal g3pg @params X | ||
@depends_on gpg @args X |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh -l | ||
|
||
$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g1 | ||
|
||
$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g2 | ||
|
||
$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
111 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
222 |