blob: dd59b6b812329245f24a0641e23263eed67db555 [file]
// 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/testing/test_framework/test_main.h"
const test_config_t kTestConfig;
bool test_main(void) { return true; }