Ajout de nouveaux fichiers de test et suppression de fichiers obsolètes
This commit is contained in:
7
tests/test-23-identical-timestamps/bake/Bakefile
Normal file
7
tests/test-23-identical-timestamps/bake/Bakefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all: output.txt
|
||||
|
||||
output.txt: input.txt
|
||||
cat input.txt > output.txt
|
||||
|
||||
input.txt:
|
||||
echo "Test" > input.txt
|
1
tests/test-23-identical-timestamps/bake/input.txt
Normal file
1
tests/test-23-identical-timestamps/bake/input.txt
Normal file
@@ -0,0 +1 @@
|
||||
Test
|
1
tests/test-23-identical-timestamps/bake/output.txt
Normal file
1
tests/test-23-identical-timestamps/bake/output.txt
Normal file
@@ -0,0 +1 @@
|
||||
Test
|
7
tests/test-23-identical-timestamps/make/Makefile
Normal file
7
tests/test-23-identical-timestamps/make/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all: output.txt
|
||||
|
||||
output.txt: input.txt
|
||||
cat input.txt > output.txt
|
||||
|
||||
input.txt:
|
||||
echo "Test" > input.txt
|
1
tests/test-23-identical-timestamps/make/input.txt
Normal file
1
tests/test-23-identical-timestamps/make/input.txt
Normal file
@@ -0,0 +1 @@
|
||||
Test
|
1
tests/test-23-identical-timestamps/make/output.txt
Normal file
1
tests/test-23-identical-timestamps/make/output.txt
Normal file
@@ -0,0 +1 @@
|
||||
Test
|
Reference in New Issue
Block a user