Add basic restricted_html structure
[libi2ncommon] / test / CMakeLists.txt
index bc3ba69..2928716 100644 (file)
@@ -13,11 +13,17 @@ SET(cpp_sources
    test_cron_point.cpp
    test_filefunc.cpp
    test_global_config.cpp
+   test_i18n.cpp
    test_logging.cpp
    test_pidfile.cpp
+   test_restricted_html.cpp
    test_timefunc.cpp
    test_tmpfstream.cpp
+   test_tribool.cpp
 )
+if (IMAP_UTF7_SUPPORT)
+   SET(cpp_sources stringfunc_imaputf7.cpp ${cpp_sources})
+endif (IMAP_UTF7_SUPPORT)
 
 add_executable(test_i2ncommon ${cpp_sources})