diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-10-31 13:38:05 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-01 11:19:59 (GMT) |
commit | 632c6c8dd641e74c62e9561770af0a66711bc3da (patch) | |
tree | bad7571fc8b7be8ef67ae139aec51a00100fc38d /Swiften/SConscript | |
parent | b353fac98e08d8f225781b95e55b80aa67171262 (diff) | |
download | swift-632c6c8dd641e74c62e9561770af0a66711bc3da.zip swift-632c6c8dd641e74c62e9561770af0a66711bc3da.tar.bz2 |
Moving tests around.
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 86c2a81..148f1f8 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -93,6 +93,7 @@ SConscript(dirs = [ "History", "StreamStack", "LinkLocal", + "QA", ]) myenv.StaticLibrary("Swiften", sources + swiften_env["SWIFTEN_OBJECTS"]) |