summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/samples/pppd.yml
blob: 8747562be8bd7c2bfd559a15617d2bd414047883 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by:
- and:
  - RTEMS_NETWORKING
  - not: RTEMS_SMP
features: c cprogram
includes:
- cpukit/libnetworking
ldflags: []
links: []
source:
- testsuites/samples/pppd/init.c
- testsuites/samples/pppd/pppdapp.c
stlib: []
target: testsuites/samples/pppd.exe
type: build
use-after:
- pppd
use-before: []