mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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_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@
|
||||||
|
@ -9,7 +9,7 @@ This test runs very basic features, like checking that nodes are placed
|
|||||||
correctly in the DOM tree.
|
correctly in the DOM tree.
|
||||||
'
|
'
|
||||||
|
|
||||||
. ./libtest
|
. "$TEST_LIB"
|
||||||
|
|
||||||
test_output_equals () {
|
test_output_equals () {
|
||||||
desc="$1"; shift
|
desc="$1"; shift
|
||||||
|
Loading…
x
Reference in New Issue
Block a user