Skip to content

Commit b793d83

Browse files
committed
revert back to svf-ex for andersen's write/read
1 parent b2cf608 commit b793d83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,13 @@ foreach(folder ${diff_tests_anderson_folders})
141141
)
142142

143143
# read and write ander
144+
# change file extension to .pre.bc
145+
string(REGEX REPLACE "[.]bc$" ".pre.svf.bc" readFile ${CMAKE_CURRENT_SOURCE_DIR}/${filename})
144146
add_test(
145147
NAME diff_tests-wr-ander/ander-read-write/${filename}
146148
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/diff_tests/difftest.py
147149
"svf-ex -ander -alias-check=false -dump-icfg -print-pts -write-ander=ir_annotator"
148-
"wpa -ander -alias-check=false -dump-icfg -print-pts -read-ander=ir_annotator"
150+
"svf-ex -ander -alias-check=false -dump-icfg -print-pts -read-ander=ir_annotator"
149151
${CMAKE_CURRENT_SOURCE_DIR}/${filename} ${readFile}
150152
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin
151153
)

0 commit comments

Comments
 (0)