ocarina/tests/file/Sconscript

8 lines
117 B
Python

#!/usr/bin/python
Import("Test", "CONFIG")
CONFIG.FILE = True
Test("file", "compile.cpp")
Test("file", "open.cpp")