Skip to content

Commit 45ee673

Browse files
authored
Use hx4compat for running sys.db tests (#1078)
1 parent 4f73919 commit 45ee673

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/std/compile32.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
-D HXCPP_M32
44
-D HXCPP_DEBUGGER
55
-cp ../unit
6+
-lib hx4compat

test/std/compile64.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
-cpp cpp64
33
-D HXCPP_M64
44
-cp ../unit
5+
-lib hx4compat

test/std/testAndroid.hxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
-D android
44
-D exe_link
55
-cp ../unit
6+
-lib hx4compat
67
-cmd adb push arm32/Test /storage/ext_sd
78
-cmd adb push Test.hx /storage/ext_sd
89
-cmd adb shell "cd /storage/ext_sd && ./Test"

tools/azure-pipelines/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
mkdir -p ~/haxelib
5454
haxelib setup ~/haxelib
5555
haxelib install utest
56+
haxelib git hx4compat https://github.com/HaxeFoundation/hx4compat
5657
haxelib dev hxcpp $(Build.SourcesDirectory)
5758
haxelib list
5859
displayName: Install Haxe libraries

0 commit comments

Comments
 (0)