Skip to content

Commit f2546fc

Browse files
committed
move diff to tests/tools/diff
1 parent c49aa82 commit f2546fc

File tree

21 files changed

+740
-0
lines changed

21 files changed

+740
-0
lines changed

tests/misc/compile.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-p src
2+
-p ../tools
23
#-D MISC_TEST_FILTER=4270
34
-main Main
45
--interp

tests/misc/compiler_loops/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-cp ../src
2+
-cp ../../tools
23
-D timeout=3
34
--run Main

tests/misc/cpp/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-cp ../src
2+
-cp ../../tools
23
--run Main

tests/misc/flash/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-cp ../src
2+
-cp ../../tools
23
--run Main

tests/misc/hl/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-cp ../src
2+
-cp ../../tools
23
--run Main

tests/misc/hlc/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-cp ../src
2+
-cp ../../tools
23
--run Main

tests/misc/java/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-cp ../src
2+
-cp ../../tools
23
--run Main

tests/misc/js/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-cp ../src
2+
-cp ../../tools
23
--run Main

tests/misc/lua/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-cp ../src
2+
-cp ../../tools
23
--run Main

tests/misc/neko/run.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-cp ../src
2+
-cp ../../tools
23
--run Main

0 commit comments

Comments
 (0)