diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-01-23 14:07:37 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-01-24 19:27:20 (GMT) |
commit | 0a0a3046ad01ee4f3aa436485ae48cbff9d74272 (patch) | |
tree | e4b25e69815dfdb1a5139ab20be57a05879ffa76 /Swiften/SConscript | |
parent | fe89312ed0e8b6554f37c0bc2ac45095fcc74683 (diff) | |
download | swift-0a0a3046ad01ee4f3aa436485ae48cbff9d74272.zip swift-0a0a3046ad01ee4f3aa436485ae48cbff9d74272.tar.bz2 |
Added test suite registration checker.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 8474610..c325d03 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -196,7 +196,6 @@ if env["SCONS_STAGE"] == "build" : File("Elements/UnitTest/IQTest.cpp"), File("Elements/UnitTest/StanzaTest.cpp"), File("Elements/UnitTest/FormTest.cpp"), - File("Elements/UnitTest/StanzasTest.cpp"), File("EventLoop/UnitTest/EventLoopTest.cpp"), File("EventLoop/UnitTest/SimpleEventLoopTest.cpp"), File("FileTransfer/UnitTest/SOCKS5BytestreamServerSessionTest.cpp"), @@ -249,7 +248,6 @@ if env["SCONS_STAGE"] == "build" : File("Queries/UnitTest/IQRouterTest.cpp"), File("Queries/UnitTest/RequestTest.cpp"), File("Queries/UnitTest/ResponderTest.cpp"), - File("Roster/UnitTest/OfflineRosterFilterTest.cpp"), File("Roster/UnitTest/RosterTest.cpp"), File("Roster/UnitTest/XMPPRosterImplTest.cpp"), File("Roster/UnitTest/XMPPRosterControllerTest.cpp"), |