ct_run
(common_test)Common Test Framework test execution control module.
Common Test Framework test execution control module.
This module exports functions for installing and running tests withing the Common Test Framework.
Functions
script_start() -> void()
Start tests via the run_test script.
Example:./run_test -config config.ctc -dir
$TEST_DIR
Example:./run_test -config config.ctc -suite
$SUITE_PATH/$SUITE_NAME [-case $CASE_NAME]
script_start1(Parent, Args) -> term()
script_usage() -> ok
Print script usage information for run_test.