Skip to content

Commit

Permalink
tests/Makefile.am: "make all" should build all binaries used by possi…
Browse files Browse the repository at this point in the history
…ble "make check" later

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Feb 25, 2025
1 parent 00facb3 commit 325e0a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

SUBDIRS = . NIT

all: $(TESTS)
# Note: a few duplicate mentions are possible here, but a decent make should
# handle that properly
all: $(TESTS) $(check_PROGRAMS) $(check_SCRIPTS)

EXTRA_DIST = nut-driver-enumerator-test.sh nut-driver-enumerator-test--ups.conf

Expand Down

0 comments on commit 325e0a1

Please sign in to comment.