From 4b04589b097896795648de38b1e9bbc7570d9696 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Aug 2022 17:12:21 -0500 Subject: Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR which allows the application to choose whether to have the POSIX timer_create() function follow the behavior defined by POSIX or the FACE Technical Standard. Updates #4691. --- spec/build/testsuites/psxtests/grp.yml | 2 ++ spec/build/testsuites/psxtests/psxtimer_face01.yml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 spec/build/testsuites/psxtests/psxtimer_face01.yml (limited to 'spec') diff --git a/spec/build/testsuites/psxtests/grp.yml b/spec/build/testsuites/psxtests/grp.yml index 5653879d00..354f9e7617 100644 --- a/spec/build/testsuites/psxtests/grp.yml +++ b/spec/build/testsuites/psxtests/grp.yml @@ -239,6 +239,8 @@ links: uid: psxtimer01 - role: build-dependency uid: psxtimer02 +- role: build-dependency + uid: psxtimer_face01 - role: build-dependency uid: psxtimes01 - role: build-dependency diff --git a/spec/build/testsuites/psxtests/psxtimer_face01.yml b/spec/build/testsuites/psxtests/psxtimer_face01.yml new file mode 100644 index 0000000000..916952518e --- /dev/null +++ b/spec/build/testsuites/psxtests/psxtimer_face01.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) 2022. On-Line Applications Research Corporation (OAR). +cppflags: [] +cxxflags: [] +enabled-by: +- RTEMS_POSIX_API +features: c cprogram +includes: [] +ldflags: [] +links: [] +source: +- testsuites/psxtests/psxtimer_face01/psxtimer.c +stlib: [] +target: testsuites/psxtests/psxtimer_face01.exe +type: build +use-after: [] +use-before: [] -- cgit v1.2.3