Software APIs
sw
device
tests
closed_source
example_test.c
1
// Copyright lowRISC contributors (OpenTitan project).
2
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
// SPDX-License-Identifier: Apache-2.0
4
5
#include <
stdbool.h
>
6
7
#include "
sw/device/lib/testing/test_framework/ottf_main.h
"
8
9
OTTF_DEFINE_TEST_CONFIG();
10
11
bool
test_main
(
void
) {
return
true
; }
Return to
OpenTitan Documentation