Skip to content

Commit c709c35

Browse files
committed
CI
1 parent 206f1d5 commit c709c35

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[submodule "klee"]
22
path = submodules/klee
33
url = https://github.com/UnitTestBot/klee.git
4+
branch = typed-klee
45
[submodule "Bear"]
56
path = submodules/Bear
67
url = https://github.com/UnitTestBot/Bear.git

server/src/KleeRunner.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ KleeRunner::createKleeParams(const tests::TestMethod &testMethod,
221221
"--entry-point=" + KleeUtils::entryPointFunction(tests, testMethod.methodName, true),
222222
"--libc=klee",
223223
"--utbot",
224+
"--use-tbaa",
225+
"--type-system=CXX",
224226
"--posix-runtime",
225227
"--fp-runtime",
226228
"--only-output-states-covering-new",

0 commit comments

Comments
 (0)