Back to home page

LXR

 
 

    


Warning, /spec/build/testsuites/libtests/tar02.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/tar02/"
0009   tar = "testsuites/libtests/tar01/tar01.tar"
0010   tar_c, tar_h = self.bin2c(bld, tar, target=path + "tar02-tar")
0011   objs = []
0012   objs.append(self.cc(bld, bic, tar_c))
0013   objs.append(self.cc(bld, bic, path + "init.c", deps=[tar_h], cppflags=bld.env.TEST_TAR02_CPPFLAGS))
0014   objs.append(self.cc(bld, bic, "testsuites/psxtests/psxfile01/test_cat.c", target=path + "test_cat.o"))
0015   self.link_cc(bld, bic, objs, "testsuites/libtests/tar02.exe")
0016 do-configure: null
0017 enabled-by:
0018 - not: TEST_TAR02_EXCLUDE
0019 includes:
0020 - testsuites/libtests/tar02
0021 ldflags: []
0022 links: []
0023 prepare-build: null
0024 prepare-configure: null
0025 stlib: []
0026 target: testsuites/libtests/tar02.exe
0027 type: build
0028 use-after:
0029 - z
0030 use-before: []