diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-04-12 09:50:20 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-04-12 12:07:45 (GMT) |
commit | 6dcca70b2f9ed13817e3600d96dbc9af3b597241 (patch) | |
tree | 94a9083a787d83d0d2bf987d2135238177e177a8 /Swiften/SConscript | |
parent | b4604f14389aa6276f6d2c3bff2a873b4dfe0913 (diff) | |
download | swift-6dcca70b2f9ed13817e3600d96dbc9af3b597241.zip swift-6dcca70b2f9ed13817e3600d96dbc9af3b597241.tar.bz2 |
RosterController testing.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 82c75d5..edc1885 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -189,6 +189,7 @@ if env["SCONS_STAGE"] == "build" : File("Roster/UnitTest/OfflineRosterFilterTest.cpp"), File("Roster/UnitTest/RosterTest.cpp"), File("Roster/UnitTest/XMPPRosterTest.cpp"), + File("Roster/UnitTest/MockTreeWidgetItem.cpp"), File("SASL/UnitTest/PLAINMessageTest.cpp"), File("SASL/UnitTest/PLAINClientAuthenticatorTest.cpp"), File("SASL/UnitTest/SCRAMSHA1ClientAuthenticatorTest.cpp"), |