From 612edfe039afa3b32bd481e74bd231fd368b6162 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 31 Jan 2025 20:22:54 +0100 Subject: Fix order of tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7db511..9c08ea4 100644 --- a/Makefile +++ b/Makefile @@ -92,8 +92,8 @@ test-variables: test-variables.o libenv.a $(CC) -o $@ test-variables.o libenv.a $(LDFLAGS) check: test test-variables - $(CHECK_PREFIX) ./test $(CHECK_PREFIX) ./test-variables > /dev/null + $(CHECK_PREFIX) ./test install: libenv.a libenv.$(LIBEXT) mkdir -p -- "$(DESTDIR)$(PREFIX)/lib" -- cgit v1.2.3-70-g09d2