ocarina/tests/idle/Sconscript
Anna Schumaker f417b48df8 idle: Add an idle queue
The idle queue is used to schedule tasks ... later.  This code was
mostly adoted from a reference TDD experiment by Josh Larson
(themutatedshrimp@gmail.com).  Thanks Josh!

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:56:53 -04:00

7 lines
89 B
Python

#!/usr/bin/python
Import("Test", "CONFIG")
CONFIG.IDLE = True
Test("idle", "idle.cpp")