From 0dbfc84f3215401afc2bccb0f7cfc8de4111cd2e Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Thu, 11 Jan 2018 17:44:01 +0000 Subject: [PATCH] Fix build of tests. --- src/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1