Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Jun 10, 2024
1 parent 594057a commit 4c79437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/MAX32655/Unity_Test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ distclean: clean libclean

test:
@mkdir -p build
@$(TEST_CC) $(TEST_CFLAGS) $(TEST_SRCS) -o build/testbench
@- ./build/testbench
@$(TEST_CC) $(TEST_CFLAGS) $(TEST_SRCS) -o build/$(TARGET_LC)_unittest
@- ./build/$(TARGET_LC)_unittest

.PHONY: test

0 comments on commit 4c79437

Please sign in to comment.