Skip to content

Commit

Permalink
Allow @define after goals #95
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 11, 2022
1 parent b530cc5 commit a9fffa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/24_define_everywhere.tush
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/24_define_everywhere.sh
| a
| ab
| abc

$ cd "$MYDIR"; ./$MAKESURE -f tests/24_define_everywhere.sh -D B=bbb
| goal 'default' ...
| a
| bbb
| bbbc

0 comments on commit a9fffa2

Please sign in to comment.