diff options
| author | Vincent Richard <[email protected]> | 2004-11-06 18:48:56 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-11-06 18:48:56 +0100 |
| commit | f9ae360def0e2484d3784a27e27bb620876caa90 (patch) | |
| tree | 660dbcbf702f08bed5f399dc876607065bc3c04c /SConstruct | |
| parent | New build system for unit tests. (diff) | |
| download | vmime-f9ae360def0e2484d3784a27e27bb620876caa90.tar.gz vmime-f9ae360def0e2484d3784a27e27bb620876caa90.zip | |
Removed "old-style" tests for encoder and mailbox. Added new test for encoder.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 38 |
1 files changed, 1 insertions, 37 deletions
@@ -188,43 +188,6 @@ libvmime_tests = [ 'tests/charset/test-suites/gnu.in.utf-8', 'tests/charset/test-suites/gnu.out.iso-8859-1', - # encoding - 'tests/encoding/Makefile', - 'tests/encoding/main.cpp', - 'tests/encoding/run-test.sh', - 'tests/encoding/test-suites/encode/1byte', - 'tests/encoding/test-suites/encode/1byte.base64', - 'tests/encoding/test-suites/encode/2bytes', - 'tests/encoding/test-suites/encode/2bytes.base64', - 'tests/encoding/test-suites/encode/3bytes', - 'tests/encoding/test-suites/encode/3bytes.base64', - 'tests/encoding/test-suites/encode/empty', - 'tests/encoding/test-suites/encode/empty.base64', - 'tests/encoding/test-suites/encode/empty.quoted-printable', - 'tests/encoding/test-suites/encode/gpl', - 'tests/encoding/test-suites/encode/gpl.base64', - 'tests/encoding/test-suites/encode/gpl.quoted-printable', - 'tests/encoding/test-suites/encode/gpl.uuencode', - 'tests/encoding/test-suites/encode/ls', - 'tests/encoding/test-suites/encode/ls.base64', - 'tests/encoding/test-suites/encode/ls.quoted-printable', - 'tests/encoding/test-suites/encode/ls.uuencode', - 'tests/encoding/test-suites/encode/simple', - 'tests/encoding/test-suites/encode/simple.base64', - 'tests/encoding/test-suites/encode/simple.quoted-printable', - 'tests/encoding/test-suites/encode/simple.uuencode', - 'tests/encoding/test-suites/decode/ls', - 'tests/encoding/test-suites/decode/ls.base64', - - # mailbox - 'tests/mailbox/Makefile', - 'tests/mailbox/main.cpp', - 'tests/mailbox/run-test.sh', - 'tests/mailbox/test-suites/test1.in', - 'tests/mailbox/test-suites/test1.out', - 'tests/mailbox/test-suites/test2.in', - 'tests/mailbox/test-suites/test2.out', - # main 'tests/Makefile', 'tests/run-tests.sh' @@ -271,6 +234,7 @@ libvmimetest_common = [ ] libvmimetest_sources = [ + [ 'tests/parser/encoderTest', [ 'tests/parser/encoderTest.cpp' ] ], [ 'tests/parser/headerTest', [ 'tests/parser/headerTest.cpp' ] ], [ 'tests/parser/mailboxTest', [ 'tests/parser/mailboxTest.cpp' ] ], [ 'tests/parser/textTest', [ 'tests/parser/textTest.cpp' ] ] |
