From 9f283e79f26697f7814210b4d848530e836259d3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Dec 2021 16:22:11 +0100 Subject: validation: Test C libary functions The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716. --- spec/build/testsuites/validation/validation-no-clock-0.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/testsuites/validation/validation-no-clock-0.yml') diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml index e8a7c231c9..ef241f3416 100644 --- a/spec/build/testsuites/validation/validation-no-clock-0.yml +++ b/spec/build/testsuites/validation/validation-no-clock-0.yml @@ -20,6 +20,7 @@ source: - testsuites/validation/tc-barrier-wait.c - testsuites/validation/tc-basedefs.c - testsuites/validation/tc-basedefs-pendant.c +- testsuites/validation/tc-c.c - testsuites/validation/tc-clock.c - testsuites/validation/tc-clock-get-tod.c - testsuites/validation/tc-clock-get-uptime.c @@ -27,6 +28,7 @@ source: - testsuites/validation/tc-clock-set.c - testsuites/validation/tc-cpuuse.c - testsuites/validation/tc-events.c +- testsuites/validation/tc-flsl.c - testsuites/validation/tc-futex-wait.c - testsuites/validation/tc-futex-wake.c - testsuites/validation/tc-intr.c -- cgit v1.2.3