summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/bsps/fatal-clock-xil-ttc-irq-install.yml
blob: 17a18f9cdebc5c03ed7893faa8f63b85136cf5bb (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
enabled-by: bsps/arm/xilinx-zynqmp-rpu
links:
- role: requirement-refinement
  uid: ../validation
test-brief: |
  This validation test suite contains a test case which triggers a fatal error
  during system initialization.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define FATAL_SYSINIT_RUN ${/dev/clock/xil-ttc/val/fatal-irq-install:/test-run}

  #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER

  #include "ts-fatal-sysinit.h"
test-description: null
test-includes: []
test-local-includes:
- tr-fatal-clock-xil-ttc-irq-install.h
test-target: testsuites/validation/bsps/ts-fatal-clock-xil-ttc-irq-install.c
type: test-suite