diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-10-01 10:37:45 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-10-01 10:37:45 (GMT) |
commit | 3476833ca17c19dba0a31645d689f216039107dc (patch) | |
tree | 258a0498acd20bb4718dbe0d06fb896e573fcf81 /Swiften/SConscript | |
parent | b23589f7ee2451653895f741506602ff94e482be (diff) | |
download | swift-3476833ca17c19dba0a31645d689f216039107dc.zip swift-3476833ca17c19dba0a31645d689f216039107dc.tar.bz2 |
Added <body/> extractor code.
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 6e129a3..e650e2a 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -307,6 +307,7 @@ if env["SCONS_STAGE"] == "build" : File("Parser/PayloadParsers/UnitTest/ReplaceTest.cpp"), File("Parser/PayloadParsers/UnitTest/MUCAdminPayloadParserTest.cpp"), File("Parser/PayloadParsers/UnitTest/MUCUserPayloadParserTest.cpp"), + File("Parser/UnitTest/BOSHBodyExtractorTest.cpp"), File("Parser/UnitTest/AttributeMapTest.cpp"), File("Parser/UnitTest/IQParserTest.cpp"), File("Parser/UnitTest/GenericPayloadTreeParserTest.cpp"), |