mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Move setting of TEST_LIB to Makefile.lib
This commit is contained in:
parent
206037eaa4
commit
16ff8a444f
@ -43,9 +43,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
|
|
||||||
TEST_LIB=$(top_srcdir)/test/libtest.sh
|
|
||||||
export TEST_LIB
|
|
||||||
|
|
||||||
host = @host@
|
host = @host@
|
||||||
|
|
||||||
ASCIIDOC = @ASCIIDOC@
|
ASCIIDOC = @ASCIIDOC@
|
||||||
|
@ -178,6 +178,9 @@ ifdef TEST_PROGS
|
|||||||
TESTDEPS-$(CONFIG_DEBUG) += $(top_builddir)/src/util/memdebug.o
|
TESTDEPS-$(CONFIG_DEBUG) += $(top_builddir)/src/util/memdebug.o
|
||||||
TESTDEPS += $(TESTDEPS-yes)
|
TESTDEPS += $(TESTDEPS-yes)
|
||||||
|
|
||||||
|
TEST_LIB=$(top_srcdir)/test/libtest.sh
|
||||||
|
export TEST_LIB
|
||||||
|
|
||||||
define test_prog
|
define test_prog
|
||||||
$(1): $(1).o $(TESTDEPS)
|
$(1): $(1).o $(TESTDEPS)
|
||||||
$$(call cmd,link)
|
$$(call cmd,link)
|
||||||
|
Loading…
Reference in New Issue
Block a user