Lines Matching refs:profile
1 This explains how the automatic testing works with profile support.
4 Each profile is defined in a file.
5 All profiles are stored in the <RT_TESTS_ROOT>/profile/ directory.
13 run_auto.sh can be invoked with an argument which is the profile to use.
14 profile/ dir holds a file for each defined profile.
15 A profile has a number of lines for which each test executable can be run
17 Invoking run_auto.sh with no arg uses the default profile.
18 Currently, the default profile does not alter the default values defined
24 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt
26 run_c_files.sh will look into profile/prf1 for lines like this:
42 To use a profile other than default, use argument '-p <myprofile>'.
45 ./run.sh -p prf1 -t func # Uses prf1 profile
46 ./run.sh -t func # Uses default profile