mirror of
https://github.com/curl/curl.git
synced 2026-07-16 07:47:16 +03:00
autotools: add dependency of libtest and unit bundles to Makefile.inc
So that changes in libtests and unit tests are picked up. Closes #16763
This commit is contained in:
parent
08553aba97
commit
18b0a584cb
2 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ libstubgss_la_DEPENDENCIES =
|
|||
endif
|
||||
|
||||
if USE_TEST_BUNDLES
|
||||
libtest_bundle.c: $(top_srcdir)/tests/mk-bundle.pl $(FIRSTFILES) lib1521.c
|
||||
libtest_bundle.c: $(top_srcdir)/tests/mk-bundle.pl Makefile.inc $(FIRSTFILES) lib1521.c
|
||||
@PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > libtest_bundle.c
|
||||
|
||||
noinst_PROGRAMS = libtests
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ endif
|
|||
|
||||
if BUILD_UNITTESTS
|
||||
if USE_TEST_BUNDLES
|
||||
unit_bundle.c: $(top_srcdir)/tests/mk-bundle.pl
|
||||
unit_bundle.c: $(top_srcdir)/tests/mk-bundle.pl Makefile.inc
|
||||
@PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > unit_bundle.c
|
||||
|
||||
noinst_PROGRAMS = units
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue