ocarina/tests/Sconscript

12 lines
298 B
Python

#!/usr/bin/python
Import("env")
src = SConscript("src/Sconscript")
test = Command("tests.out", [], "./tests/test")
AlwaysBuild(test)
Depends(test, src)
#scripts = [ "print", "file", "database", "index", "filter", "idle", "playlist",
# "library", "playqueue", "deck", "audio", "gui" ]