aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-01-31 20:22:54 +0100
committerMattias Andrée <m@maandree.se>2025-01-31 20:22:54 +0100
commit612edfe039afa3b32bd481e74bd231fd368b6162 (patch)
tree27a5abc501666d968313a703ce408ce37a69cf54
parentTest the testable aspects of libenv_get_complete_list and print the variable list for human verification (diff)
downloadlibenv-612edfe039afa3b32bd481e74bd231fd368b6162.tar.gz
libenv-612edfe039afa3b32bd481e74bd231fd368b6162.tar.bz2
libenv-612edfe039afa3b32bd481e74bd231fd368b6162.tar.xz
Fix order of tests
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"