testsuites fixed
Change-Id: I7f4add72f2fd1cc3770bcf103d1909add4829822
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import("//build/lite/config/test.gni")
|
||||
import("../config.gni")
|
||||
|
||||
unittest("liteos_a_io_unittest") {
|
||||
output_extension = "bin"
|
||||
@@ -38,49 +39,51 @@ unittest("liteos_a_io_unittest") {
|
||||
]
|
||||
sources = [
|
||||
"../common/osTest.cpp",
|
||||
"full/IO_test_005.cpp",
|
||||
"full/IO_test_008.cpp",
|
||||
"full/IO_test_010.cpp",
|
||||
"full/IO_test_013.cpp",
|
||||
"full/IO_test_confstr_001.cpp",
|
||||
"full/IO_test_dcgettext_001.cpp",
|
||||
"full/IO_test_dcgettext_002.cpp",
|
||||
"full/IO_test_dcngettext_001.cpp",
|
||||
"full/IO_test_dcngettext_002.cpp",
|
||||
"full/IO_test_dngettext_001.cpp",
|
||||
"full/IO_test_dngettext_002.cpp",
|
||||
"full/IO_test_duplocale_001.cpp",
|
||||
"full/IO_test_locale_001.cpp",
|
||||
"full/IO_test_locale_002.cpp",
|
||||
"full/IO_test_ngettext_001.cpp",
|
||||
"full/IO_test_nl_langinfo_001.cpp",
|
||||
"full/IO_test_nl_langinfo_l_001.cpp",
|
||||
"full/IO_test_strcasecmp_l_001.cpp",
|
||||
"full/IO_test_strcasecmp_l_002.cpp",
|
||||
"full/IO_test_strfmon_l_001.cpp",
|
||||
"full/IO_test_strfmon_l_002.cpp",
|
||||
"full/It_locale_localeconv_001.cpp",
|
||||
"full/It_stdio_fputws_001.cpp",
|
||||
"full/It_stdio_fwprintf_001.cpp",
|
||||
"full/It_stdio_getc_unlocked_001.cpp",
|
||||
"full/It_stdio_hasmntopt_001.cpp",
|
||||
"full/It_stdio_mblen_001.cpp",
|
||||
"full/It_stdio_mbrlen_001.cpp",
|
||||
"full/It_stdio_putwc_001.cpp",
|
||||
"full/It_stdio_readv_001.cpp",
|
||||
"full/It_stdio_rindex_001.cpp",
|
||||
"full/It_stdio_setlogmask_001.cpp",
|
||||
"full/It_stdlib_gcvt_001.cpp",
|
||||
"full/It_stdlib_poll_002.cpp",
|
||||
"full/It_stdlib_poll_003.cpp",
|
||||
"full/IO_test_gettext_001.cpp",
|
||||
#"full/IO_test_ppoll_001.cpp",
|
||||
#"full/IO_test_ppoll_002.cpp",
|
||||
#"full/IO_test_pselect_001.cpp",
|
||||
"full/IO_test_strncasecmp_l_001.cpp",
|
||||
"full/IO_test_strncasecmp_l_002.cpp",
|
||||
"io_test.cpp",
|
||||
]
|
||||
if (LOSCFG_USER_TEST_FULL == true) {
|
||||
sources_full = [
|
||||
"full/IO_test_005.cpp",
|
||||
"full/IO_test_008.cpp",
|
||||
"full/IO_test_010.cpp",
|
||||
"full/IO_test_013.cpp",
|
||||
"full/IO_test_confstr_001.cpp",
|
||||
"full/IO_test_dcgettext_001.cpp",
|
||||
"full/IO_test_dcgettext_002.cpp",
|
||||
"full/IO_test_dcngettext_001.cpp",
|
||||
"full/IO_test_dcngettext_002.cpp",
|
||||
"full/IO_test_dngettext_001.cpp",
|
||||
"full/IO_test_dngettext_002.cpp",
|
||||
"full/IO_test_duplocale_001.cpp",
|
||||
"full/IO_test_locale_001.cpp",
|
||||
"full/IO_test_locale_002.cpp",
|
||||
"full/IO_test_ngettext_001.cpp",
|
||||
"full/IO_test_nl_langinfo_001.cpp",
|
||||
"full/IO_test_nl_langinfo_l_001.cpp",
|
||||
"full/IO_test_strcasecmp_l_001.cpp",
|
||||
"full/IO_test_strcasecmp_l_002.cpp",
|
||||
"full/IO_test_strfmon_l_001.cpp",
|
||||
"full/IO_test_strfmon_l_002.cpp",
|
||||
"full/It_locale_localeconv_001.cpp",
|
||||
"full/It_stdio_fputws_001.cpp",
|
||||
"full/It_stdio_fwprintf_001.cpp",
|
||||
"full/It_stdio_getc_unlocked_001.cpp",
|
||||
"full/It_stdio_hasmntopt_001.cpp",
|
||||
"full/It_stdio_mblen_001.cpp",
|
||||
"full/It_stdio_mbrlen_001.cpp",
|
||||
"full/It_stdio_putwc_001.cpp",
|
||||
"full/It_stdio_readv_001.cpp",
|
||||
"full/It_stdio_rindex_001.cpp",
|
||||
"full/It_stdio_setlogmask_001.cpp",
|
||||
"full/It_stdlib_gcvt_001.cpp",
|
||||
"full/It_stdlib_poll_002.cpp",
|
||||
"full/It_stdlib_poll_003.cpp",
|
||||
"full/IO_test_gettext_001.cpp",
|
||||
"full/IO_test_strncasecmp_l_001.cpp",
|
||||
"full/IO_test_strncasecmp_l_002.cpp",
|
||||
]
|
||||
sources += sources_full
|
||||
}
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
configs = [ "..:public_config" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user