mirror of
https://github.com/nasa/trick.git
synced 2025-06-18 15:18:18 +00:00
Split test sims and fun sims into separate directories.
Moved more sims into the test directory. refs #191
This commit is contained in:
7
test/SIM_test_inherit/RUN_test/input.py
Normal file
7
test/SIM_test_inherit/RUN_test/input.py
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
def main():
|
||||
trick.stop(30.0)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
Reference in New Issue
Block a user