Skip to content

Commit 3dbb652

Browse files
committed
Add tests to cmake
Signed-off-by: Blake McHale <[email protected]>
1 parent 75904c9 commit 3dbb652

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

greenwave_monitor/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ if(BUILD_TESTING)
110110
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
111111
)
112112

113+
# Add ncurses frontend tests
114+
ament_add_pytest_test(test_ncurses_frontend test/test_ncurses_frontend.py
115+
TIMEOUT 120
116+
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
117+
)
118+
113119
# Add gtests
114120
ament_add_gtest(test_message_diagnostics test/test_message_diagnostics.cpp
115121
TIMEOUT 60

0 commit comments

Comments
 (0)