blob: 2f7824cd3697a72d35a488502bc3ff3d98e1ed29 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include <stdbool.h>
#include "sw/device/lib/runtime/log.h"
#include "sw/device/lib/testing/test_framework/ottf_main.h"
#include "sw/device/silicon_creator/lib/drivers/lifecycle.h"
#include "sw/device/silicon_creator/lib/drivers/otp.h"
#include "sw/device/silicon_creator/lib/manifest_def.h"
#include "otp_ctrl_regs.h"
OTTF_DEFINE_TEST_CONFIG();
bool test_main(void) {
#ifdef EMPTY_TEST_MSG
LOG_INFO(EMPTY_TEST_MSG);
#endif
return true;
}