1 .command line OAL Timer test cases
-backwardsRunTime
-driftRunTime
-wcRunTime
-reentranceRunTime
-idleRunTime
Of couse, those lines should be in -c "***"
2. to set the buffer size in OAL CACHE tests.
-c "arrayLen 1024" , 1024 is the sample size, it can be any value in bytes.
3.In storage device test cases.
command line "zorch" should be added, otherwise, the test will not run.
I don't know why, only know should do that.
4.Serial Communication test with pserial.dll
command line:
tux -o -d pserial.dll -c " -pCOM2: -m" //as master
tux -o -d pserial.dll -c " -pCOM2: -s" //as slave
This test need two CE device, both with full MODEM serial port, it can't pass the test with simple serial only with SEND/RECIEVE line.
more detailed options for this test:
Option -p Followed by the Port name COMx: to specify the COM port to run against.
Option -g Followed by the Serial Device name.
Option -s Indicating that the device is a slave.
Option -m Indicating that the device is a master.
Option -b Indicating that it is a Blue Tooth Device.
Option -e to run Perf Tests.
Option -t to run Stress Tests.
(原摘录于2006.11)