ocarina/tests/deck/Sconscript
Anna Schumaker fecc10ab5e deck: Implement basic deck features
- Add playlists
- Remove playlists
- Rearrange playlists
- Get a playlist based on id

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

7 lines
89 B
Python

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