Move Nvidia gpu tests
These tests got caught in the refactor. Move these tests to the correct
location.
Change-Id: Ie8ec10e154d60cb4f24e1f45be36240863438f87
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/src/tests/meson.build b/src/tests/meson.build
index 8fc3477..0cf8b45 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -75,3 +75,17 @@
include_directories: '../mctp',
),
)
+
+test(
+ 'NvidiaGPU',
+ executable(
+ 'test_NvidiaGPU',
+ 'test_NvidiaGpuSensorTest.cpp',
+ 'test_NvidiaDeviceInventoryMctpVdm.cpp',
+ gpusensor_sources,
+ dependencies: [gmock_dep, ut_deps_list, utils_dep],
+ link_with: [thresholds_a],
+ implicit_include_directories: false,
+ include_directories: '../nvidia-gpu',
+ ),
+)