Split test sims and fun sims into separate directories.

Moved more sims into the test directory.

refs #191
This commit is contained in:
Alex Lin
2016-02-23 14:38:49 -06:00
parent 0c84b8ad08
commit 0144cc121a
90 changed files with 97 additions and 456 deletions

View File

@ -0,0 +1,11 @@
execfile("RUN_test/input.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_demo_inputfile.xml" ) ;