blob: f106152f734cd65b8700e0307ea55b07db7f5628 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
import sys
import os
## @AUTO_GEN_MSG@
config.name = 'KLEE Unit tests'
config.unit_test_exe_suffix = "@UNIT_TEST_EXE_SUFFIX@"
# Let the main config do the real work.
lit_config.load_config(config, "@CMAKE_SOURCE_DIR@/unittests/lit-unit-tests-common.cfg")
|