From 139ffa25d92ad7dd702278fde672a38f1138af7b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 11 Sep 2020 10:33:19 +0200 Subject: validation: Add general purpose test suite Add a general purpose test suite for validation tests. This is the first test suite generated from a specification item in the rtems-central repository. Update #3959. --- spec/build/testsuites/validation/grp.yml | 18 ++++++++++++++++++ spec/build/testsuites/validation/validation-0.yml | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 spec/build/testsuites/validation/grp.yml create mode 100644 spec/build/testsuites/validation/validation-0.yml (limited to 'spec/build/testsuites/validation') diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml new file mode 100644 index 0000000000..390fb48803 --- /dev/null +++ b/spec/build/testsuites/validation/grp.yml @@ -0,0 +1,18 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: group +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +enabled-by: +- BUILD_TESTS +- BUILD_VALIDATIONTESTS +includes: +- ${BSP_INCLUDES} +install: [] +ldflags: [] +links: +- role: build-dependency + uid: validation-0 +type: build +use-after: +- rtemstest +use-before: [] diff --git a/spec/build/testsuites/validation/validation-0.yml b/spec/build/testsuites/validation/validation-0.yml new file mode 100644 index 0000000000..d024efb96f --- /dev/null +++ b/spec/build/testsuites/validation/validation-0.yml @@ -0,0 +1,19 @@ +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: true +features: c cprogram +includes: [] +ldflags: [] +links: [] +source: +- testsuites/validation/ts-validation-0.c +stlib: [] +target: testsuites/validation/ts-validation-0.exe +type: build +use-after: [] +use-before: [] -- cgit v1.2.3