We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e885d commit fe92ff7Copy full SHA for fe92ff7
1 file changed
pytools/idfx_test.py
@@ -123,6 +123,9 @@ def configure(self,definitionFile=""):
123
# we will build in ./build-test so problem dir is parent
124
comm.append("-DIdefix_PROBLEM_DIR="+self.problemDir)
125
126
+ # ensure we do not use a previous build config which can stands in the test directory
127
+ comm.append("--fresh")
128
+
129
# add specific options
130
for opt in self.cmake:
131
comm.append("-D"+opt)
0 commit comments