source: rtems/spec/build/testsuites/libtests/mghttpd01.yml @ 845674e

Last change on this file since 845674e was 845674e, checked in by Sebastian Huber <sebastian.huber@…>, on 09/17/20 at 09:07:46

build: Fix mghttpd01 test exclude

Update #3818.

  • Property mode set to 100644
File size: 882 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: script
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7do-build: |
8  path = "testsuites/libtests/mghttpd01/"
9  tar_c, tar_h = self.bin2c(bld, path + "mghttpd01.tar")
10  objs = []
11  objs.append(self.cc(bld, bic, tar_c))
12  objs.append(self.cc(bld, bic, path + "init.c", deps=[tar_h], cppflags=bld.env.TEST_MGHTTPD01_CPPFLAGS))
13  objs.append(self.cc(bld, bic, path + "test-http-client.c"))
14  self.link_cc(bld, bic, objs, "testsuites/libtests/mghttpd01.exe")
15do-configure: null
16enabled-by:
17- and:
18  - RTEMS_NETWORKING
19  - RTEMS_POSIX_API
20  - not: TEST_MGHTTPD01_EXCLUDE
21includes:
22- cpukit/libnetworking
23- testsuites/libtests/mghttpd01
24ldflags: []
25links: []
26prepare-build: null
27prepare-configure: null
28stlib: []
29type: build
30use-after:
31- mghttpd
32use-before: []
Note: See TracBrowser for help on using the repository browser.