Command Line Parameters for the RTC Real-Time Functions Test (Windows Embedded CE 6.0)

1/6/2010

The RTC Real-Time Functions Test executes the tux -o -d oalTestTimers.dll -x 1260-1290 command line on default execution.

You can modify the RTC Real-Time Functions Test by editing the command line for the test. To specify one or more of the following optional command line parameters for this test, use the –c command line parameter, which forces Tux to pass the specified string into the test module. For more information about how to edit the command line for a test, see Editing the Command-Line for a Test.

The following table shows the command line parameters for the RTC Real-Time Functions Test.

Command line parameter Description

-dateAndTime mm/dd/yyyyhh:mm:ss

Specifies the date and time to test. Used for OEMGetRealTime and OEMSetRealTime functions and with the RTC Set System Time test case (test case 1300), which is not run by default.

mm/dd/yyyyhh:mm:ss is the date and time respectively.

-numberOfThreads number

-reentranceRunTime time

Specifies the number of threads that the test uses and the run time for the test. Used for reentrance of the OEMGetRealTime and OEMSetRealTime functions.

number is the number of threads used by the reentrance test. Default value is 50.

time specifies the run time for the test. It is considered to be in seconds unless the following modifiers are used:

  • s means seconds (12s = 12 seconds)
  • m means minutes (12m = 12 minutes)
  • h means hours (12h = 12 hours)
  • d means days (12d = 12 days)

Default value is 10 minutes.

See Also

Other Resources

RTC Real-Time Functions Test