summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-01-23 14:07:37 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-01-24 19:27:20 (GMT)
commit0a0a3046ad01ee4f3aa436485ae48cbff9d74272 (patch)
treee4b25e69815dfdb1a5139ab20be57a05879ffa76 /Swiften/SConscript
parentfe89312ed0e8b6554f37c0bc2ac45095fcc74683 (diff)
downloadswift-0a0a3046ad01ee4f3aa436485ae48cbff9d74272.zip
swift-0a0a3046ad01ee4f3aa436485ae48cbff9d74272.tar.bz2
Added test suite registration checker.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r--Swiften/SConscript2
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"),