Software APIs
empty_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 
6 
7 OTTF_DEFINE_TEST_CONFIG();
8 
9 bool test_main(void) { return true; }