mirror of
https://github.com/nasa/trick.git
synced 2025-01-03 03:46:44 +00:00
13 lines
384 B
Python
13 lines
384 B
Python
|
# $Id: unit_test.py 3708 2014-10-28 16:18:00Z alin $
|
||
|
|
||
|
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" ) ;
|