build-sys: check depends on programs
For some unknown reason, make check doesn't depend on either the check programs or the actual programs under test. This means if you try to run make check right off the bat from a clean git repositorty, it will fail as it won't be able to run the unbuilt binaries.
This commit is contained in:
@ -393,7 +393,7 @@ TESTS = \
|
||||
lib/test_strtod_nol
|
||||
|
||||
# Automake should do this, but it doesn't
|
||||
check: $(check_PROGRAMS)
|
||||
check: $(check_PROGRAMS) $(PROGRAMS)
|
||||
|
||||
$(top_srcdir)/.version:
|
||||
touch $(top_srcdir)/.version
|
||||
|
Reference in New Issue
Block a user