diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-11-08 19:26:36 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-11-08 19:26:36 (GMT) |
commit | e77d80d9258699295ad793a8a94e369be5e31a36 (patch) | |
tree | b75f1a644740e9d216701e0095c1bd14573dbcdd /Swift/Controllers/SConscript | |
parent | b6003bea740e8898127ec135e230eed421924370 (diff) | |
download | swift-e77d80d9258699295ad793a8a94e369be5e31a36.zip swift-e77d80d9258699295ad793a8a94e369be5e31a36.tar.bz2 |
Fix for crash on login failure. Scaffoling for testing roster stuff.
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index ac06e9a..dfcf878 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -22,5 +22,6 @@ myenv.StaticLibrary("SwiftControllers", [ env.Append(UNITTEST_SOURCES = [ File("UnitTest/NickResolverTest.cpp"), + File("UnitTest/RosterControllerTest.cpp"), File("UnitTest/XMPPRosterControllerTest.cpp") ]) |