Merge branch '24-tests-in-gitlab' into 'master'

Resolve "tests should be run in gitlab-ci"

Closes #24

See merge request !12
This commit is contained in:
Patrick J Cherry
2016-10-05 15:08:22 +01:00

View File

@@ -94,7 +94,7 @@ CHECK_OBJ := $(CHECK_SRC:tests/unit/%.c=build/%.o)
CHECK_BINS := $(CHECK_SRC:tests/unit/%.c=build/%)
build/check_%: build/check_%.o
$(LINK) $^ -o $@ $(COMMON_OBJ) -lcheck
$(LINK) $^ -o $@ $(COMMON_OBJ) $(SERVER_OBJ) -lcheck
check_objs: $(CHECK_OBJ)