Back to home page

LXR

 
 

    


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