| import sys | |
| import os | |
| ## Autogenerated by STP configuration. | |
| # Do not edit! | |
| config.name = 'STP @TESTSUITE@ Unit tests' | |
| config.stp_src_root = "@STP_SOURCE_DIR@" | |
| config.stp_obj_root = "@STP_BINARY_DIR@" | |
| config.stp_current_obj_dir = "@STP_CURRENT_BINARY_DIR@" | |
| config.unit_test_exe_suffix = "@UNIT_TEST_EXE_SUFFIX@" | |
| # Let the main config do the real work. | |
| lit_config.load_config(config, "@STP_SOURCE_DIR@/tests/lit-unit-tests-common.cfg") |