Only run the MPRIS1 test on Linux

This commit is contained in:
David Sansome 2011-02-14 19:34:54 +00:00
parent 8c691d2b3e
commit aeb2ab9625
1 changed files with 3 additions and 1 deletions

View File

@ -114,7 +114,6 @@ add_test_file(organiseformat_test.cpp false)
add_test_file(playlist_test.cpp true)
add_test_file(plsparser_test.cpp false)
add_test_file(python_test.cpp true)
add_test_file(mpris1_test.cpp true)
add_test_file(scopedtransaction_test.cpp false)
add_test_file(songloader_test.cpp false)
add_test_file(songplaylistitem_test.cpp false)
@ -122,3 +121,6 @@ add_test_file(song_test.cpp false)
add_test_file(translations_test.cpp false)
add_test_file(xspfparser_test.cpp false)
if(LINUX)
add_test_file(mpris1_test.cpp true)
endif(LINUX)