diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-11-21 22:50:01 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-11-21 22:51:06 (GMT) |
commit | 18dd39bff0426b6f2cd77395a61faf8fa3108a83 (patch) | |
tree | e41e342a35e5664392da00e7ba2735a533835ed4 /Swiften/SConscript | |
parent | 8f271762f67192c6eba56ee135f77ba8643e3db6 (diff) | |
download | swift-contrib-18dd39bff0426b6f2cd77395a61faf8fa3108a83.zip swift-contrib-18dd39bff0426b6f2cd77395a61faf8fa3108a83.tar.bz2 |
Starting testing XMPPRoster.
Only one basic test, more to follow.
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 1ad4cb7..d04c9fb 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -163,6 +163,7 @@ env.Append(UNITTEST_SOURCES = [ File("Queries/UnitTest/ResponderTest.cpp"), File("Roster/UnitTest/OfflineRosterFilterTest.cpp"), File("Roster/UnitTest/RosterTest.cpp"), + File("Roster/UnitTest/XMPPRosterTest.cpp"), File("SASL/UnitTest/PLAINMessageTest.cpp"), File("SASL/UnitTest/PLAINClientAuthenticatorTest.cpp"), File("Serializer/PayloadSerializers/UnitTest/PayloadsSerializer.cpp"), |