blob: f2fcc8dda944c9bb8e12ebda0441dbf8b3024a04 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
test('runtime_print_unittest', executable(
'runtime_print_unittest',
sources: [
meson.source_root() / 'sw/device/lib/runtime/print.c',
'print_unittest.cc',
],
dependencies: [
sw_vendor_gtest,
],
native: true,
))