Add basic restricted_html structure
[libi2ncommon] / test / CMakeLists.txt
index 2fd6fdb..2928716 100644 (file)
@@ -13,10 +13,13 @@ 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})