From e616dc39540fc09e52914b19fe66b0690f5ead96 Mon Sep 17 00:00:00 2001 From: Jakub Wlodek Date: Mon, 23 Dec 2024 14:48:59 -0500 Subject: [PATCH] Ensure unit tests are not built until after src directory --- pmacApp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pmacApp/Makefile b/pmacApp/Makefile index 8dc1db7e..5d45a25d 100644 --- a/pmacApp/Makefile +++ b/pmacApp/Makefile @@ -7,4 +7,5 @@ DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*)) DIRS += opi DIRS += unitTests DIRS += pmc +unitTests_DEPEND_DIRS += src include $(TOP)/configure/RULES_DIRS