ocarina/tests/playqueue/Sconscript

7 lines
101 B
Plaintext
Raw Normal View History

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