Skip to content

Commit c593f8b

Browse files
author
Daniele Giunchi
committed
change path for binaries
1 parent 2125330 commit c593f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/mafPath.py.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mafSourcesDir = os.path.join("@PROJ_SOURCE_DIR@","src")
77
#mafTestDir represents the base directory for all the tests, each test project needs to be located in a directory
88
mafTestsDir = os.path.join("@PROJ_SOURCE_DIR@","test")
99
#mafBinaryDir represents the directory in which find all the binaries
10-
mafBinaryDir = os.path.join("@PROJ_BINARY_DIR@")
10+
mafBinaryDir = os.path.join("@PROJ_BINARY_DIR@", "build")
1111
#mafQADir represents the directory of the qa inside the build directory
1212
mafQADir = os.path.join("@QA_BINARY_DIR@")
1313
#represents the output directory of the doxygen of the C++ source files without tests, in xml

0 commit comments

Comments
 (0)