trick/test/SIM_threads_simple/RUN_test/sched.py
Alex Lin cf4bbfdfe8 Split test sims and fun sims into separate directories.
Moved the 2 thread directories.

refs #191
2016-02-23 10:46:38 -06:00

11 lines
117 B
Python

# empty
def main():
trick.real_time_enable()
trick.itimer_enable()
if __name__ == "__main__":
main()