mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
0d5aa45c20
* update .gitignore * #906 change all python execfile() to exec(open().read())
11 lines
359 B
Python
11 lines
359 B
Python
exec(open("Modified_data/dr_typesASCII.dr").read())
|
|
exec(open("Modified_data/dr_typesBINARY.dr").read())
|
|
exec(open("Modified_data/dr_bitfASCII.dr").read())
|
|
exec(open("Modified_data/dr_bitfBINARY.dr").read())
|
|
|
|
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)
|