diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-09-03 16:35:10 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-09-03 16:35:10 (GMT) |
commit | 630728ba5d1c263e62d65c3f3cac1520340b7172 (patch) | |
tree | 2e10cbc8000c8840f6adf5f18103c0b0e836ddbd /QA/SConscript | |
parent | 776c7f67e845e9193993cec42fa60b2e418e9c75 (diff) | |
download | swift-630728ba5d1c263e62d65c3f3cac1520340b7172.zip swift-630728ba5d1c263e62d65c3f3cac1520340b7172.tar.bz2 |
Move Swiften QA test into QA module.
Diffstat (limited to 'QA/SConscript')
-rw-r--r-- | QA/SConscript | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/QA/SConscript b/QA/SConscript index 32aece4..feafb0c 100644 --- a/QA/SConscript +++ b/QA/SConscript @@ -1 +1,4 @@ -SConscript("UnitTest/SConscript") +SConscript(dirs = [ + "UnitTest", + "Swiften" + ]) |