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/QA/SConscript | |
parent | b353fac98e08d8f225781b95e55b80aa67171262 (diff) | |
download | swift-632c6c8dd641e74c62e9561770af0a66711bc3da.zip swift-632c6c8dd641e74c62e9561770af0a66711bc3da.tar.bz2 |
Moving tests around.
Diffstat (limited to 'Swiften/QA/SConscript')
-rw-r--r-- | Swiften/QA/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/QA/SConscript b/Swiften/QA/SConscript new file mode 100644 index 0000000..ede7b39 --- /dev/null +++ b/Swiften/QA/SConscript @@ -0,0 +1,4 @@ +SConscript([ + "NetworkTest/SConscript", + "ClientTest/SConscript", + ]) |