ocarina/tests/file/Sconscript
Anna Schumaker 31ea73b0d9 file: Rewrite file test
For some reason I turned the file test into three separate files. All
other tests were in a single source file, so I updated file tests to
match.

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

7 lines
89 B
Python

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