Skip to content

Commit

Permalink
Fix test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 committed Feb 24, 2024
1 parent c633296 commit fb844c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,9 @@ patch:
@chmod a+x $(ROOT_DIR)/.github/create_patch.sh && $(ROOT_DIR)/.github/create_patch.sh

external-libs:
@cd $(ROOT_DIR)/include/cJSON && make clean && make
@cd $(ROOT_DIR)/include/SDL && make clean && make

test:
test: external-libs
@mkdir -p $(BUILD_TEST_DIR)/infoPanel_test_data && cd $(TEST_SRC_DIR) && BUILD_DIR=$(BUILD_TEST_DIR)/ make dev
@cp -R $(TEST_SRC_DIR)/infoPanel_test_data $(BUILD_TEST_DIR)/
cd $(BUILD_TEST_DIR) && ./test
Expand Down

0 comments on commit fb844c6

Please sign in to comment.