ocarina/tests/filter/Sconscript

7 lines
95 B
Python

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