enum test_path_type
Overview
Types of test paths. More…
#include <test_path.h> enum test_path_type { TEST_PATH_RUN, TEST_PATH_RUN_FORCE, TEST_PATH_RUN_FROM, TEST_PATH_RUN_TO, TEST_PATH_RUN_EXCLUDE, TEST_PATH_VG, TEST_PATH_GDB, TEST_PATH_MIX, TEST_PATH_MIX_VALUES, TEST_PATH_MIX_ARGS, TEST_PATH_MIX_TESTS, TEST_PATH_MIX_ITERS, TEST_PATH_MIX_SESSIONS, TEST_PATH_NO_MIX, TEST_PATH_FAKE, };
Detailed Documentation
Types of test paths.
Enum items have to be in the same order as corresponding options TESTER_OPT_*.
Enum Values
TEST_PATH_RUN
Test(s) to run
TEST_PATH_RUN_FORCE
Test(s) to run with values which are not mentioned in description
TEST_PATH_RUN_FROM
Start position of test(s) to run
TEST_PATH_RUN_TO
End position of test(s) to run
TEST_PATH_RUN_EXCLUDE
Tests to be excluded (not run)
TEST_PATH_VG
Test(s) be debugged using Valgrind
TEST_PATH_GDB
Test(s) be debugged using GDB