Ajout de nouveaux fichiers de test et suppression de fichiers obsolètes
This commit is contained in:
10
tests/test-20-circular-2/bake/Bakefile
Normal file
10
tests/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"
|
10
tests/test-20-circular-2/make/Makefile
Normal file
10
tests/test-20-circular-2/make/Makefile
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