ocarina/tests/gui/Sconscript

7 lines
118 B
Python

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