Skip to content

Commit

Permalink
Next try - cmake COMMAND line starts with a command
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jun 29, 2024
1 parent 9323a8c commit 25f9ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ IF(GCOV_PATH AND LCOV_PATH AND GENHTML_PATH)
COMMAND vzlogger_unit_tests
COMMAND mock_metermap
COMMAND mock_MeterW1therm
COMMAND TZ="Europe/Berlin" mock_MeterOMS
COMMAND env TZ="Europe/Berlin" mock_MeterOMS
COMMAND mock_MeterS0

# Capturing lcov counters and generating report
Expand Down

0 comments on commit 25f9ab3

Please sign in to comment.