Make tests.
Все проверки выполнены успешно
The build was successful.

Этот коммит содержится в:
Rafal Kupiec 2018-12-20 18:31:59 +01:00
родитель f97e2a8294
Коммит 4db8ec02cd
Подписано: belliash
Идентификатор ключа GPG: 4E829243E0CFE6B4
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -7,4 +7,4 @@ pipeline:
- make install
step: test
commands:
- make test
- make tests

Просмотреть файл

@ -117,7 +117,7 @@ TESTS := $(subst .$(TEST_EXT),.test,$(wildcard $(TEST_DIR)/*.$(TEST_EXT)))
.SUFFIXES:
.PHONY: clean debug install release style test
.PHONY: clean debug install release style tests
debug: export CFLAGS := $(CFLAGS) $(DCFLAGS)
debug: engine sapi modules
@ -183,4 +183,4 @@ install: engine modules sapi
style:
astyle $(ASTYLE_FLAGS) --recursive ./*.c,*.h
test: $(TESTS)
tests: $(TESTS)