mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Introduced a 'run all tests' command to the makefile.
This commit is contained in:
parent
861f5b6725
commit
377f9dfc83
1 changed files with 4 additions and 0 deletions
|
@ -303,4 +303,8 @@ ws2811_unittest : \
|
||||||
|
|
||||||
$(CXX) $(CXX_FLAGS) -lpthread $^ -o $(OBJECT_DIR)/$@
|
$(CXX) $(CXX_FLAGS) -lpthread $^ -o $(OBJECT_DIR)/$@
|
||||||
|
|
||||||
|
test: $(TESTS)
|
||||||
|
for test in $(TESTS) ; do \
|
||||||
|
$(OBJECT_DIR)/$$test; \
|
||||||
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue