diff options
| author | Vincent Richard <[email protected]> | 2005-08-26 19:05:36 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-08-26 19:05:36 +0200 |
| commit | 99884b3d9bb27828497250941f0c41dcdbd766fe (patch) | |
| tree | ac21927a03175011604c2565f957cae5ec144330 /SConstruct | |
| parent | Fixed ambiguity when parameter is not const. (diff) | |
| download | vmime-99884b3d9bb27828497250941f0c41dcdbd766fe.tar.gz vmime-99884b3d9bb27828497250941f0c41dcdbd766fe.zip | |
Unit tests for 'misc::importanceHelper'.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -314,7 +314,8 @@ libvmimetest_sources = [ 'tests/utility/stringUtilsTest.cpp', 'tests/utility/pathTest.cpp', 'tests/utility/urlTest.cpp', - 'tests/utility/smartPtrTest.cpp' + 'tests/utility/smartPtrTest.cpp', + 'tests/misc/importanceHelperTest.cpp' ] libvmime_autotools = [ |
