summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/mghttpd01.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites/libtests/mghttpd01.yml')
-rw-r--r--spec/build/testsuites/libtests/mghttpd01.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/spec/build/testsuites/libtests/mghttpd01.yml b/spec/build/testsuites/libtests/mghttpd01.yml
deleted file mode 100644
index 711ca3846d..0000000000
--- a/spec/build/testsuites/libtests/mghttpd01.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-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: []
-do-build: |
- path = "testsuites/libtests/mghttpd01/"
- tar_c, tar_h = self.bin2c(bld, path + "mghttpd01.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_MGHTTPD01_CPPFLAGS))
- objs.append(self.cc(bld, bic, path + "test-http-client.c"))
- self.link_cc(bld, bic, objs, "testsuites/libtests/mghttpd01.exe")
-do-configure: null
-enabled-by:
-- and:
- - RTEMS_NETWORKING
- - RTEMS_POSIX_API
- - not: TEST_MGHTTPD01_EXCLUDE
-includes:
-- cpukit/libnetworking
-- testsuites/libtests/mghttpd01
-ldflags: []
-links: []
-prepare-build: null
-prepare-configure: null
-stlib: []
-type: build
-use-after:
-- mghttpd
-use-before: []