We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2125330 commit c593f8bCopy full SHA for c593f8b
qa/mafPath.py.conf
@@ -7,7 +7,7 @@ mafSourcesDir = os.path.join("@PROJ_SOURCE_DIR@","src")
7
#mafTestDir represents the base directory for all the tests, each test project needs to be located in a directory
8
mafTestsDir = os.path.join("@PROJ_SOURCE_DIR@","test")
9
#mafBinaryDir represents the directory in which find all the binaries
10
-mafBinaryDir = os.path.join("@PROJ_BINARY_DIR@")
+mafBinaryDir = os.path.join("@PROJ_BINARY_DIR@", "build")
11
#mafQADir represents the directory of the qa inside the build directory
12
mafQADir = os.path.join("@QA_BINARY_DIR@")
13
#represents the output directory of the doxygen of the C++ source files without tests, in xml
0 commit comments