File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments