mirror of
https://github.com/nasa/trick.git
synced 2024-12-22 06:27:49 +00:00
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)
|