Warning, /spec/build/testsuites/libtests/dl13.yml is written in an unsupported language. File is not indexed.
0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 build-type: script
0003 cflags: []
0004 copyrights:
0005 - Copyright (C) 2024 On-Line Applications Research (OAR)
0006 cppflags: []
0007 do-build: |
0008 path = "testsuites/libtests/dl13/"
0009 objs = []
0010 objs.append(self.cc(bld, bic, path + "dl13-o1.c"))
0011 tar = path + "dl13.tar"
0012 self.tar(bld, objs, [path], tar)
0013 tar_c, tar_h = self.bin2c(bld, tar)
0014 objs = []
0015 objs.append(self.cc(bld, bic, tar_c))
0016 objs.append(self.cc(bld, bic, path + "init.c", deps=[tar_h], cppflags=bld.env.TEST_dl13_CPPFLAGS))
0017 objs.append(self.cc(bld, bic, path + "dl-load.c"))
0018 objs.append(self.cc(bld, bic, path + "dl13-arm_mode.c"))
0019 dl13_pre = path + "dl13.pre"
0020 self.link_cc(bld, bic, objs, dl13_pre)
0021 dl13_sym_o = path + "dl13-sym.o"
0022 objs.append(dl13_sym_o)
0023 self.rtems_syms(bld, bic, dl13_pre, dl13_sym_o)
0024 self.link_cc(bld, bic, objs, "testsuites/libtests/dl13.exe")
0025 do-configure: null
0026 enabled-by:
0027 - and:
0028 - not: TEST_dl13_EXCLUDE
0029 - BUILD_LIBDL
0030 - arm
0031 - not: bsps/arm/atsam
0032 - not: bsps/arm/imxrt
0033 - not: bsps/arm/lm3s69xx
0034 - not: bsps/arm/lpc176x
0035 - not: bsps/arm/lpc24xx
0036 - not: bsps/arm/stm32h7
0037 - not: bsps/arm/stm32f4
0038 includes:
0039 - testsuites/libtests/dl13
0040 ldflags: []
0041 links: []
0042 prepare-build: null
0043 prepare-configure: null
0044 stlib: []
0045 target: testsuites/libtests/dl13.exe
0046 type: build
0047 use-after: []
0048 use-before: []