From: Lukas Jiriste Date: Fri, 27 Oct 2023 10:02:40 +0000 (+0200) Subject: Reorder test_files to produce correct mix file X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;ds=sidebyside;p=42%2Fgnl_tester.git Reorder test_files to produce correct mix file --- diff --git a/Makefile b/Makefile index 9142d4d..ac48685 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ OBJS := $(SRCS:%.c=$(OBJDIR)%.o) GNLOBJS := $(GNLSRCS:%.c=$(OBJDIR)%.o) GNLBONUSOBJS = $(GNLBONUS:%.c=$(OBJDIR)%.o) -TESTFILES := $(shell find $(TESTDIR) -type f -not -path "*/.*" | sort) $(TESTDIR).stdin +TESTFILES := $(TESTDIR).stdin $(shell find $(TESTDIR) -type f -not -path "*/.*" | sort) CORFILES := $(TESTFILES:$(TESTDIR)%=$(CORDIR)%) NAME = tester