Back to home page

LXR

 
 

    


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