Warning, /spec/build/testsuites/libtests/dl01.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) 2020 embedded brains GmbH & Co. KG
0006 cppflags: []
0007 do-build: |
0008 path = "testsuites/libtests/dl01/"
0009 objs = []
0010 objs.append(self.cc(bld, bic, path + "dl01-o1.c"))
0011 tar = path + "dl01.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_DL01_CPPFLAGS))
0017 objs.append(self.cc(bld, bic, path + "dl-load.c"))
0018 dl01_pre = path + "dl01.pre"
0019 self.link_cc(bld, bic, objs, dl01_pre)
0020 dl01_sym_o = path + "dl01-sym.o"
0021 objs.append(dl01_sym_o)
0022 self.rtems_syms(bld, bic, dl01_pre, dl01_sym_o)
0023 self.link_cc(bld, bic, objs, "testsuites/libtests/dl01.exe")
0024 do-configure: null
0025 enabled-by:
0026 - and:
0027 - not: TEST_DL01_EXCLUDE
0028 - BUILD_LIBDL
0029 includes:
0030 - testsuites/libtests/dl01
0031 ldflags: []
0032 links: []
0033 prepare-build: null
0034 prepare-configure: null
0035 stlib: []
0036 target: testsuites/libtests/dl01.exe
0037 type: build
0038 use-after: []
0039 use-before: []