mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 14:07:51 +00:00
0c84b8ad08
Moved SIM_events, test_dp, test_dr, and abstract. refs #191
11 lines
323 B
Python
11 lines
323 B
Python
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)
|