Ajout du test n°20 et 21
This commit is contained in:
10
tests/C/test-20-circular-2/bake/Bakefile
Normal file
10
tests/C/test-20-circular-2/bake/Bakefile
Normal file
@@ -0,0 +1,10 @@
|
||||
all: A
|
||||
|
||||
A: B C
|
||||
echo "Building A"
|
||||
|
||||
B: C
|
||||
echo "Building B"
|
||||
|
||||
C: A
|
||||
echo "Building C"
|
Reference in New Issue
Block a user