]> granicus.if.org Git - psmisc/commitdiff
build-sys: check depends on PROGRAMS
authorCraig Small <csmall@dropbear.xyz>
Mon, 21 Mar 2022 09:27:40 +0000 (20:27 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 21 Mar 2022 09:27:40 +0000 (20:27 +1100)
If you ran make check straight off a clean archtive it would fail
because the binaries were not built first.

.gitignore
Makefile.am

index 37187c95067deffccf88c3f67c6c25ddce87b6a1..2ba1dd895205b9d58c60a238dc0059955dd43da8 100644 (file)
@@ -5,6 +5,7 @@
 *.so
 *.sum
 *.swp
+*~
 .version
 autom4te.cache/
 ^/config/
index 3590afa8dd826a0b248c33a032da1fad4587c781..7912536d1fe1160851461748198d300587bce80e 100644 (file)
@@ -117,4 +117,4 @@ check_PROGRAMS = \
 
 src_socket_test_SOURCES = src/socket_test.c
 
-check: $(check_PROGRAMS)
+check: $(check_PROGRAMS) $(PROGRAMS)