xref: /openbmc/phosphor-power/test/meson.build (revision 2fe5186e)
1test(
2    'nvtest',
3    executable(
4        'nvtest', 'nvtest.cpp',
5        dependencies: [
6            gmock,
7            gtest,
8        ],
9        link_args: dynamic_linker,
10        build_rpath: get_option('oe-sdk').enabled() ? rpath : '',
11        implicit_include_directories: false,
12        include_directories: '..',
13    )
14)
15