summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-06-06 14:29:38 +0200
committerJens Geyer <Jens-G@users.noreply.github.com>2022-06-07 08:56:54 +0200
commitce1d314ef3e9c9b3999641da77fdc90f563b3226 (patch)
treed00dc320810d716920e9c3847d13941317c9f1ca /test
parent0b1eb6bcabebe02d61be614eab0eb6c4d2d972c3 (diff)
downloadthrift-ce1d314ef3e9c9b3999641da77fdc90f563b3226.tar.gz
THRIFT-5589 Haxe compiler/runtime fixes
Client: hx Patch: Jens Geyer
Diffstat (limited to 'test')
-rw-r--r--test/haxe/TestClientServer.hxproj2
-rw-r--r--test/haxe/php-web-server.hxml2
-rw-r--r--test/haxe/php.hxml2
3 files changed, 5 insertions, 1 deletions
diff --git a/test/haxe/TestClientServer.hxproj b/test/haxe/TestClientServer.hxproj
index 44faa37ee..30fecf378 100644
--- a/test/haxe/TestClientServer.hxproj
+++ b/test/haxe/TestClientServer.hxproj
@@ -26,7 +26,7 @@
<option noInlineOnDebug="False" />
<option mainClass="Main" />
<option enabledebug="False" />
- <option additional="" />
+ <option additional="--macro include('org.apache.thrift', true)&#xA;--macro include('thrift', true)" />
</build>
<!-- haxelib libraries -->
<haxelib>
diff --git a/test/haxe/php-web-server.hxml b/test/haxe/php-web-server.hxml
index f628c3a51..102ae97a3 100644
--- a/test/haxe/php-web-server.hxml
+++ b/test/haxe/php-web-server.hxml
@@ -32,6 +32,8 @@
#defines
-D phpwebserver
+# libs
+-lib uuid
#Add debug information
-debug
diff --git a/test/haxe/php.hxml b/test/haxe/php.hxml
index c3aa97fb3..4edb86cf8 100644
--- a/test/haxe/php.hxml
+++ b/test/haxe/php.hxml
@@ -29,6 +29,8 @@
-php bin/php
-D php-front=Main-debug.php
+# libs
+-lib uuid
#Add debug information
-debug