aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-02 16:24:07 +0100
committerVincent Richard <[email protected]>2005-01-02 16:24:07 +0100
commit3a2aa8e9b85bff2bbb460ccb58f63b5565f90f15 (patch)
tree96213b35cd67d728305e31bdd9e893fa21b7a5db /SConstruct
parentFixed compilation warnings. (diff)
downloadvmime-3a2aa8e9b85bff2bbb460ccb58f63b5565f90f15.tar.gz
vmime-3a2aa8e9b85bff2bbb460ccb58f63b5565f90f15.zip
Added unit tests for 'bodyPart'.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 024524c0..178ccc88 100644
--- a/SConstruct
+++ b/SConstruct
@@ -301,6 +301,7 @@ libvmimetest_common = [
]
libvmimetest_sources = [
+ [ 'tests/parser/bodyPartTest', [ 'tests/parser/bodyPartTest.cpp' ] ],
[ 'tests/parser/encoderTest', [ 'tests/parser/encoderTest.cpp' ] ],
[ 'tests/parser/headerTest', [ 'tests/parser/headerTest.cpp' ] ],
[ 'tests/parser/mailboxTest', [ 'tests/parser/mailboxTest.cpp' ] ],