Put buildir on PATH before YAZ/bin
authorJakub Skoczen <jakub@indexdata.dk>
Wed, 17 Apr 2013 08:38:21 +0000 (10:38 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Wed, 17 Apr 2013 08:38:21 +0000 (10:38 +0200)
To ensure that tests load the currently compiled
library rather than the YAZ shipped one.

win32/pom.xml

index 829d645..677e600 100644 (file)
@@ -89,7 +89,7 @@
           <forkMode>once</forkMode>
          <workingDirectory>target</workingDirectory>
          <environmentVariables>
-           <PATH>${yaz.path}\bin</PATH>
+           <PATH>${project.build.directory};${yaz.path}\bin</PATH>
           </environmentVariables>
         </configuration>
       </plugin>