Skip to content

Commit 49429cf

Browse files
author
Matthias Güdemann
authored
Merge pull request diffblue#2257 from owen-jones-diffblue/owen-jones-diffblue/fix-cmake-macro
Fix CMake macro
2 parents f9058e7 + 57d96e5 commit 49429cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/regression/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(test_pl_path "${CMAKE_SOURCE_DIR}/regression/test.pl")
1+
set(test_pl_path "${CBMC_SOURCE_DIR}/../regression/test.pl")
22

33
# For the best possible utilisation of multiple cores when
44
# running tests in parallel, it is important that these directories are

0 commit comments

Comments
 (0)