blob: d88587c92eb388a08430ffd641963f831d40f0a9 [file] [log] [blame]
Brad Bishop39b370a2019-09-02 02:37:32 -04001test(
2 'nvtest',
3 executable(
Patrick Williams91be1702025-02-01 08:37:05 -05004 'nvtest',
5 'nvtest.cpp',
6 dependencies: [gmock, gtest],
Brad Bishop39b370a2019-09-02 02:37:32 -04007 implicit_include_directories: false,
8 include_directories: '..',
Patrick Williams91be1702025-02-01 08:37:05 -05009 ),
Brad Bishop39b370a2019-09-02 02:37:32 -040010)