blob: fca7fc13ad213ea1820ef2043c434d54ac2c31c4 [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 "sw/device/lib/runtime/log.h"
#include "sw/device/lib/testing/test_framework/ottf.h"
const test_config_t kTestConfig = {
.enable_concurrency = false,
.can_clobber_uart = false,
};
bool test_main(void) {
LOG_INFO("Running on-device test on bare-metal using the OTTF.");
return true;
}