Split test sims and fun sims into separate directories.

Moved the 2 thread directories.

refs #191
This commit is contained in:
Alex Lin
2016-02-23 10:46:38 -06:00
parent 90fd0ff9f8
commit cf4bbfdfe8
26 changed files with 6 additions and 39 deletions

View File

@ -0,0 +1,12 @@
# empty
def main():
trick.real_time_enable()
trick.itimer_enable()
trick.exec_set_thread_process_type(1, trick.PROCESS_TYPE_ASYNC_CHILD)
trick.exec_set_thread_process_type(2, trick.PROCESS_TYPE_ASYNC_CHILD)
if __name__ == "__main__":
main()