Fix relative paths in test dirs

Reviewed By: makefile


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664950 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/cpp/Makefile.thrift b/test/cpp/Makefile.thrift
index 53f43b3..b8bcd44 100644
--- a/test/cpp/Makefile.thrift
+++ b/test/cpp/Makefile.thrift
@@ -24,7 +24,7 @@
 
 # Tools
 ifndef THRIFT
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
 endif # THRIFT
 
 CC     = g++
diff --git a/test/java/build.xml b/test/java/build.xml
index d7ebba0..52b0033 100644
--- a/test/java/build.xml
+++ b/test/java/build.xml
@@ -13,7 +13,7 @@
   </target>
 
   <target name="generate">
-    <exec executable="../../compiler/cpp/bin/thrift">
+    <exec executable="../../compiler/cpp/thrift">
       <arg line="--java ../ThriftTest.thrift" />
     </exec>
   </target>
diff --git a/test/php/Makefile b/test/php/Makefile
index 48394b2..57c621c 100644
--- a/test/php/Makefile
+++ b/test/php/Makefile
@@ -7,7 +7,7 @@
 target: all
 
 # Tools
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
 
 all: normal inline
 
diff --git a/test/py/Makefile b/test/py/Makefile
index fa98224..b4b2718 100644
--- a/test/py/Makefile
+++ b/test/py/Makefile
@@ -7,7 +7,7 @@
 target: all
 
 # Tools
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
 
 all: stubs