ocarina/tests/gui/Sconscript
Anna Schumaker 11704b2bfa gui: Add some collection manager tests
Test ok, update, and import buttons in a Glib::timeout based simulator.

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

7 lines
118 B
Python

#!/usr/bin/python
Import("Test", "CONFIG")
CONFIG.reset(TEST = True, ALL = True)
Test("gui", "gui.cpp", gui = True)