Skip to content

Commit

Permalink
Merge pull request #1339 from jiawei-95/master
Browse files Browse the repository at this point in the history
add symbolic abstraction test
  • Loading branch information
yuleisui committed Jan 17, 2024
2 parents 4dba8a0 + dbdc598 commit fd6d70b
Show file tree
Hide file tree
Showing 5 changed files with 607 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
run:
ctest -R double_free -VV

- name: ctest symabs
working-directory: ${{github.workspace}}/Release-build
run:
ctest -R symabs -VV

- name: ctest cfl_tests
working-directory: ${{github.workspace}}/Release-build
run:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Dependencies include: build-essential libncurses5 libncurses-dev cmake zlib1g-dev
set -e # exit on first error

jobs=4
jobs=8

#########
# VARs and Links
Expand Down
2 changes: 2 additions & 0 deletions svf-llvm/tools/AE/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_llvm_executable(ae ae.cpp)
target_link_libraries(ae PUBLIC ${llvm_libs} SvfLLVM)
Loading

0 comments on commit fd6d70b

Please sign in to comment.