Warning, /spec/build/testsuites/libtests/dl05.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 cxxflags: []
0008 do-build: |
0009 path = "testsuites/libtests/dl05/"
0010 objs = []
0011 objs.append(self.cxx(bld, bic, path + "dl05-o5.cc"))
0012 tar = path + "dl05.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_DL05_CPPFLAGS))
0018 objs.append(self.cxx(bld, bic, path + "dl-cpp.cc"))
0019 objs.append(self.cc(bld, bic, path + "dl-load.c"))
0020 dl05_pre = path + "dl05.pre"
0021 self.link_cxx(bld, bic, objs, dl05_pre)
0022 dl05_sym_o = path + "dl05-sym.o"
0023 objs.append(dl05_sym_o)
0024 self.rtems_syms(bld, bic, dl05_pre, dl05_sym_o)
0025 self.link_cxx(bld, bic, objs, "testsuites/libtests/dl05.exe")
0026 do-configure: null
0027 enabled-by:
0028 - and:
0029 - not: TEST_DL05_EXCLUDE
0030 - BUILD_LIBDL
0031 includes:
0032 - testsuites/libtests/dl05
0033 ldflags: []
0034 links: []
0035 prepare-build: null
0036 prepare-configure: null
0037 stlib: []
0038 target: testsuites/libtests/dl05.exe
0039 type: build
0040 use-after: []
0041 use-before: []