ocarina/tests/basic/Sconscript

7 lines
83 B
Python

#!/usr/bin/python
tests = [ "print.cpp" ]
Import("make_tests")
make_tests(tests)