Warning, /spec/build/testsuites/libtests/dl02.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/dl02/"
0009 objs = []
0010 objs.append(self.cc(bld, bic, path + "dl02-o1.c"))
0011 objs.append(self.cc(bld, bic, path + "dl02-o2.c"))
0012 tar = path + "dl02.tar"
0013 self.tar(bld, objs, [path], tar)
0014 tar_c, tar_h = self.bin2c(bld, tar)
0015 objs = []
0016 objs.append(self.cc(bld, bic, tar_c))
0017 objs.append(self.cc(bld, bic, path + "init.c", deps=[tar_h], cppflags=bld.env.TEST_DL02_CPPFLAGS))
0018 objs.append(self.cc(bld, bic, path + "dl-load.c"))
0019 dl02_pre = path + "dl02.pre"
0020 self.link_cc(bld, bic, objs, dl02_pre)
0021 dl02_sym_o = path + "dl02-sym.o"
0022 objs.append(dl02_sym_o)
0023 self.rtems_syms(bld, bic, dl02_pre, dl02_sym_o)
0024 self.link_cc(bld, bic, objs, "testsuites/libtests/dl02.exe")
0025 do-configure: null
0026 enabled-by:
0027 - and:
0028 - not: TEST_DL02_EXCLUDE
0029 - BUILD_LIBDL
0030 includes:
0031 - testsuites/libtests/dl02
0032 ldflags: []
0033 links: []
0034 prepare-build: null
0035 prepare-configure: null
0036 stlib: []
0037 target: testsuites/libtests/dl02.exe
0038 type: build
0039 use-after: []
0040 use-before: []