mirror of
https://github.com/nasa/trick.git
synced 2025-06-23 09:15:29 +00:00
plit test sims and fun sims into separate directories
Moved SIM_events, test_dp, test_dr, and abstract. refs #191
This commit is contained in:
10
test/SIM_test_dr/RUN_test/unit_test.py
Normal file
10
test/SIM_test_dr/RUN_test/unit_test.py
Normal file
@ -0,0 +1,10 @@
|
||||
execfile("Modified_data/dr_typesASCII.dr")
|
||||
execfile("Modified_data/dr_typesBINARY.dr")
|
||||
execfile("Modified_data/dr_bitfASCII.dr")
|
||||
execfile("Modified_data/dr_bitfBINARY.dr")
|
||||
|
||||
trick_utest.unit_tests.enable() ;
|
||||
trick_utest.unit_tests.set_file_name( os.getenv("TRICK_HOME") + "/trick_test/SIM_test_dr.xml" ) ;
|
||||
|
||||
|
||||
trick.stop(1.0)
|
Reference in New Issue
Block a user