Warning, /spec/build/testsuites/psxtests/psxftw01.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 Eshan Dhawan
0006 cppflags: []
0007 do-build: |
0008 path = "testsuites/psxtests/psxftw01/"
0009 tar = path + "psxftw01.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_psxftw01_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/psxtests/psxftw01.exe")
0022 do-configure: null
0023 enabled-by: true
0024 includes:
0025 - testsuites/psxtests/psxftw01
0026 ldflags: []
0027 links: []
0028 prepare-build: null
0029 prepare-configure: null
0030 stlib: []
0031 target: testsuites/psxtests/psxftw01.exe
0032 type: build
0033 use-after:
0034 - z
0035 use-before: []