tests: Update the Sconscript file

I reordered all the tests and adjusted for the subsystem renaming.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-01-04 13:59:50 -05:00 committed by Anna Schumaker
parent 5c5e4a1a66
commit c39a9058f4
1 changed files with 2 additions and 3 deletions

View File

@ -57,9 +57,8 @@ rm_test_dir(xdg.BaseDirectory.xdg_data_home);
#
# Read SConscript files
#
#scripts = [ "audio", "database", "deck", "file", "filter", "group", "idle",
# "index", "library", "playlist", "print" ]
scripts = [ "print", "file", "database", "index", "filter", "idle", "playlist" ]
scripts = [ "print", "file", "database", "index", "filter", "idle", "playlist",
"library", "playqueue", "deck", "audio" ]
for s in scripts:
CONFIG.reset(TEST = True)
SConscript("%s/Sconscript" % s)