summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2015-01-11 16:19:54 (GMT)
committerTobias Markmann <tm@ayena.de>2015-02-11 11:57:22 (GMT)
commit1f9ca4c9041ffe8b3330150284d54e0870f82b20 (patch)
tree22870934688f9321487c30fb9ac04f34e3072462 /Swiften/SConscript
parenta049c80f0862a994a76e8e63d71c633bce63f66a (diff)
downloadswift-1f9ca4c9041ffe8b3330150284d54e0870f82b20.zip
swift-1f9ca4c9041ffe8b3330150284d54e0870f82b20.tar.bz2
Add debugging helper and FileTransferTest.
FileTransferTests tests file-transfer interoperability with Swiften itself. It can test all combinations of FileTransferOptions or a specific combination when given. Test-Information: Inspected XML logs to ensure it does what it is supposed to do. Change-Id: I06215b60419dd23b367d01a2f038245a6c977720
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r--Swiften/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript
index 685b3d5..340688b 100644
--- a/Swiften/SConscript
+++ b/Swiften/SConscript
@@ -101,6 +101,7 @@ if env["SCONS_STAGE"] == "build" :
# TODO: Move all this to a submodule SConscript
sources = [
+ "Base/Debug.cpp",
"Chat/ChatStateTracker.cpp",
"Chat/ChatStateNotifier.cpp",
"Client/ClientSessionStanzaChannel.cpp",