mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Move src/dom/test/libtest test/libtest.sh, put path to it in TEST_LIB
This commit is contained in:
parent
f88cbe6761
commit
23f0085842
@ -48,6 +48,9 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
||||
TEST_LIB=$(top_srcdir)/test/libtest.sh
|
||||
export TEST_LIB
|
||||
|
||||
host = @host@
|
||||
|
||||
ASCIIDOC = @ASCIIDOC@
|
||||
|
@ -9,7 +9,7 @@ This test runs very basic features, like checking that nodes are placed
|
||||
correctly in the DOM tree.
|
||||
'
|
||||
|
||||
. ./libtest
|
||||
. "$TEST_LIB"
|
||||
|
||||
test_output_equals () {
|
||||
desc="$1"; shift
|
||||
|
Loading…
Reference in New Issue
Block a user