summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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