Skip to content

Commit

Permalink
fix: errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdalla committed Sep 5, 2024
1 parent eb30c38 commit a1961a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/tacle_test/programs/ext_func/ext_lib_test/ext_func.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "helper.h"
#include </snap/klee/9/usr/local/include/klee/klee.h>
#include </opt/homebrew/opt/klee/include/klee/klee.h>

int ext_func(int x){
if (abs(x) == 4) {
Expand Down
3 changes: 2 additions & 1 deletion test/tacle_test/programs/if_elif_else/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ gametime-project:
file:
location: if_elif_else.c
analysis-function: test
additional-files: helper.c
start-label: null
end-label: null

Expand All @@ -11,7 +12,7 @@ gametime-project:
include: null
merge: null
inline: yes
unroll-loops: Yes
unroll-loops: null

analysis:
maximum-error-scale-factor: 10
Expand Down

0 comments on commit a1961a2

Please sign in to comment.