Skip to content

Commit

Permalink
Make building the lib part of test.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 25, 2020
1 parent 3e814b9 commit 5e7991d
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 @@ -46,13 +46,13 @@ CFLAGS += -Wextra
test:
$(MAKE) test-python
$(MAKE) test-c
$(MAKE) lib

test-python:
python3 setup.py test

test-c:
$(MAKE) -C tests
$(MAKE) -C lib

test-c-avr:
avr-gcc $(CFLAGS) $(SRC)
Expand Down

0 comments on commit 5e7991d

Please sign in to comment.