From: Davin McCall Date: Thu, 11 Jan 2018 17:44:01 +0000 (+0000) Subject: Fix build of tests. X-Git-Tag: v0.08~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0dbfc84f3215401afc2bccb0f7cfc8de4111cd2e;p=oweals%2Fdinit.git Fix build of tests. --- diff --git a/src/tests/Makefile b/src/tests/Makefile index ad2cfca..7ebdd54 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -1,7 +1,7 @@ -include ../../mconfig objects = tests.o -parent_objs = service.o control.o dinit-log.o load_service.o dinit.o +parent_objs = service.o baseproc-service.o proc-service.o control.o dinit-log.o load_service.o dinit.o check: build-tests ./tests