mirror of
https://github.com/nasa/trick.git
synced 2025-06-22 16:58:57 +00:00
Split test sims and fun sims into separate directories.
Moved the 2 thread directories. refs #191
This commit is contained in:
11
test/SIM_threads/RUN_test/unit_test.py
Normal file
11
test/SIM_threads/RUN_test/unit_test.py
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
execfile("RUN_test/overrun.py")
|
||||
|
||||
# Disable real-time (if applicable)
|
||||
trick.real_time_disable()
|
||||
# Disable all GUIs
|
||||
trick_sys.sched.set_freeze_command(False)
|
||||
trick.remove_all_external_applications()
|
||||
|
||||
trick_utest.unit_tests.enable() ;
|
||||
trick_utest.unit_tests.set_file_name( os.getenv("TRICK_HOME") + "/trick_test/SIM_threads.xml" ) ;
|
Reference in New Issue
Block a user