summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites')
-rw-r--r--spec/build/testsuites/psxtests/grp.yml2
-rw-r--r--spec/build/testsuites/psxtests/psxconfstr.yml20
2 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/testsuites/psxtests/grp.yml b/spec/build/testsuites/psxtests/grp.yml
index fb7ce465ae..8de96e7c7d 100644
--- a/spec/build/testsuites/psxtests/grp.yml
+++ b/spec/build/testsuites/psxtests/grp.yml
@@ -90,6 +90,8 @@ links:
- role: build-dependency
uid: psxconfig01
- role: build-dependency
+ uid: psxconfstr
+- role: build-dependency
uid: psxdevctl01
- role: build-dependency
uid: psxeintrjoin
diff --git a/spec/build/testsuites/psxtests/psxconfstr.yml b/spec/build/testsuites/psxtests/psxconfstr.yml
new file mode 100644
index 0000000000..252fc4601d
--- /dev/null
+++ b/spec/build/testsuites/psxtests/psxconfstr.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2020 Eshan Dhawan (eshandhawan51@gmail.com)
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/psxtests/psxconfstr/init.c
+stlib:
+- m
+target: testsuites/psxtests/psxconfstr.exe
+type: build
+use-after: []
+use-before: []