Introduced a 'run all tests' command to the makefile.
This commit is contained in:
parent
861f5b6725
commit
377f9dfc83
|
@ -303,4 +303,8 @@ ws2811_unittest : \
|
|||
|
||||
$(CXX) $(CXX_FLAGS) -lpthread $^ -o $(OBJECT_DIR)/$@
|
||||
|
||||
test: $(TESTS)
|
||||
for test in $(TESTS) ; do \
|
||||
$(OBJECT_DIR)/$$test; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue