Ajout de tests pour vérifier le comportement des règles sans commande avec Bake et Make - TEST 17
This commit is contained in:
parent
51d6970ef1
commit
d4f88551df
0
tests/C/test-17-rule-without-command/README.md
Normal file
0
tests/C/test-17-rule-without-command/README.md
Normal file
8
tests/C/test-17-rule-without-command/bake/Bakefile
Normal file
8
tests/C/test-17-rule-without-command/bake/Bakefile
Normal file
@ -0,0 +1,8 @@
|
||||
all: dep1 dep2
|
||||
|
||||
dep1:
|
||||
|
||||
dep2: dep3
|
||||
|
||||
dep3:
|
||||
touch dep3
|
8
tests/C/test-17-rule-without-command/make/Makefile
Normal file
8
tests/C/test-17-rule-without-command/make/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
all: dep1 dep2
|
||||
|
||||
dep1:
|
||||
|
||||
dep2: dep3
|
||||
|
||||
dep3:
|
||||
touch dep3
|
0
tests/C/test-17-rule-without-command/make/dep3
Normal file
0
tests/C/test-17-rule-without-command/make/dep3
Normal file
Loading…
x
Reference in New Issue
Block a user