test: started porting cron tests
This commit is contained in:
parent
c018d8d86c
commit
30e086ad6b
6 changed files with 97 additions and 119 deletions
4
Makefile
4
Makefile
|
|
@ -60,11 +60,11 @@ $(BUILD_DIR)/$(TEST_DIR)/%.c.o: $(TEST_DIR)/%.c
|
|||
# =====MAINTENANCE=====
|
||||
.PHONY: lint
|
||||
lint:
|
||||
clang-format -n --Werror $(SRCS) $(SRCS_H) $(SRCS_TEST)
|
||||
clang-format -n --Werror $(SRCS) $(SRCS_H)
|
||||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
clang-format -i $(SRCS) $(SRCS_H) $(SRCS_TEST)
|
||||
clang-format -i $(SRCS) $(SRCS_H)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
Reference in a new issue