Skip to content

Commit 348f359

Browse files
authored
Merge pull request #55 from YBoy-git/make
[make] fix issues with same named files
2 parents 24398e3 + 16d6ac6 commit 348f359

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

make/tests/integration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ mod target_behavior {
219219
run_test_helper(
220220
&[
221221
"-sC",
222-
"tests/makefiles/target_behavior/makefile_priority/makefile",
222+
"tests/makefiles/target_behavior/makefile_priority/little_makefile",
223223
],
224224
"makefile\n",
225225
"",
@@ -229,7 +229,7 @@ mod target_behavior {
229229
run_test_helper(
230230
&[
231231
"-sC",
232-
"tests/makefiles/target_behavior/makefile_priority/Makefile",
232+
"tests/makefiles/target_behavior/makefile_priority/big_Makefile",
233233
],
234234
"Makefile\n",
235235
"",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target:
2+
echo Makefile
File renamed without changes.

0 commit comments

Comments
 (0)