Skip to content

Commit

Permalink
Fix test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 committed Feb 24, 2024
1 parent 43d3af8 commit c633296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ test:
@cp -R $(TEST_SRC_DIR)/infoPanel_test_data $(BUILD_TEST_DIR)/
cd $(BUILD_TEST_DIR) && ./test

static-analysis:
static-analysis: external-libs
@cd $(ROOT_DIR) && cppcheck -I $(INCLUDE_DIR) --enable=all $(SRC_DIR)

format:
Expand Down

0 comments on commit c633296

Please sign in to comment.