struct test_script
Overview
Test script More…
#include <tester_conf.h> struct test_script { // fields char* name; char* objective; char* page; char* execute; test_requirements reqs; test_attrs attrs; };
Detailed Documentation
Test script
Fields
char* name
Name of the script
char* objective
Objective
char* page
HTML page with documentation
char* execute
Full path to executable
test_requirements reqs
Set of requirements
test_attrs attrs
Test attributes