• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
2# Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without modification,
5# are permitted provided that the following conditions are met:
6#
7# 1. Redistributions of source code must retain the above copyright notice, this list of
8#    conditions and the following disclaimer.
9#
10# 2. Redistributions in binary form must reproduce the above copyright notice, this list
11#    of conditions and the following disclaimer in the documentation and/or other materials
12#    provided with the distribution.
13#
14# 3. Neither the name of the copyright holder nor the names of its contributors may be used
15#    to endorse or promote products derived from this software without specific prior written
16#    permission.
17#
18# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
20# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
22# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30static_library("test_mem") {
31  sources = [
32    "It_los_mem_001.c",
33    "It_los_mem_002.c",
34    "It_los_mem_003.c",
35    "It_los_mem_004.c",
36    "It_los_mem_005.c",
37    "It_los_mem_006.c",
38    "It_los_mem_007.c",
39    "It_los_mem_008.c",
40    "It_los_mem_009.c",
41    "It_los_mem_010.c",
42    "It_los_mem_011.c",
43    "It_los_mem_012.c",
44    "It_los_mem_013.c",
45    "It_los_mem_014.c",
46    "It_los_mem_015.c",
47    "It_los_mem_016.c",
48    "It_los_mem_017.c",
49    "It_los_mem_018.c",
50    "It_los_mem_019.c",
51    "It_los_mem_020.c",
52    "It_los_mem_035.c",
53    "It_los_mem_036.c",
54    "It_los_mem_037.c",
55    "It_los_mem_038.c",
56    "It_los_mem_040.c",
57    "It_los_mem_045.c",
58    "It_los_mem_046.c",
59    "It_los_mem_047.c",
60    "It_los_tick_001.c",
61    "it_los_mem.c",
62  ]
63
64  configs += [ "//kernel/liteos_m/testsuites:include" ]
65}
66