summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/dl04.yml
blob: 8957f9eb402587fc1d1a75d6618ed94dd4c674b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: script
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
do-build: |
  path = "testsuites/libtests/dl04/"
  objs = []
  objs.append(self.cxx(bld, bic, path + "dl04-o4.cc"))
  tar = path + "dl04.tar"
  self.pax(bld, objs, [path], tar)
  tar_c, tar_h = self.bin2c(bld, tar)
  objs = []
  objs.append(self.cc(bld, bic, tar_c))
  objs.append(self.cc(bld, bic, path + "init.c", deps=[tar_h], cppflags=bld.env.TEST_DL04_CPPFLAGS))
  objs.append(self.cc(bld, bic, path + "dl-load.c"))
  dl04_pre = path + "dl04.pre"
  self.link_cc(bld, bic, objs, dl04_pre)
  dl04_sym_o = path + "dl04-sym.o"
  objs.append(dl04_sym_o)
  self.rtems_syms(bld, dl04_pre, dl04_sym_o)
  self.link_cc(bld, bic, objs, "testsuites/libtests/dl04.exe")
do-configure: null
enabled-by:
- and:
  - not: TEST_DL04_EXCLUDE
  - BUILD_LIBDL
includes:
- testsuites/libtests/dl04
ldflags: []
links: []
prepare-build: null
prepare-configure: null
stlib: []
type: build
use-after: []
use-before: []