1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-25 02:36:23 -04:00

Move src/dom/test/libtest test/libtest.sh, put path to it in TEST_LIB

This commit is contained in:
Jonas Fonseca 2006-01-03 00:34:10 +01:00 committed by Jonas Fonseca
parent f88cbe6761
commit 23f0085842
3 changed files with 4 additions and 1 deletions

View File

@ -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@

View File

@ -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