diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-22 10:20:58 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-22 10:27:01 (GMT) |
commit | 4e244a9d1967ad416530aa3b9b07faad54097327 (patch) | |
tree | 413ee864cb85976178eaf9efee7cf6ff92acd4b7 /Swiften/SConscript | |
parent | 38fbde49ec4ff77708237d768581a47e6dd7d553 (diff) | |
download | swift-4e244a9d1967ad416530aa3b9b07faad54097327.zip swift-4e244a9d1967ad416530aa3b9b07faad54097327.tar.bz2 |
Added SCRAM-SHA-1 unit test.
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 d04c9fb..3b37f90 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -166,6 +166,7 @@ env.Append(UNITTEST_SOURCES = [ File("Roster/UnitTest/XMPPRosterTest.cpp"), File("SASL/UnitTest/PLAINMessageTest.cpp"), File("SASL/UnitTest/PLAINClientAuthenticatorTest.cpp"), + File("SASL/UnitTest/SCRAMSHA1ClientAuthenticatorTest.cpp"), File("Serializer/PayloadSerializers/UnitTest/PayloadsSerializer.cpp"), File("Serializer/PayloadSerializers/UnitTest/CapsInfoSerializerTest.cpp"), File("Serializer/PayloadSerializers/UnitTest/DiscoInfoSerializerTest.cpp"), |