[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
modpath2
From: |
akim |
Subject: |
modpath2 |
Date: |
Sat, 18 Aug 2001 11:43:02 +0200 |
User-agent: |
Mutt/1.3.20i |
Gary, I'm afraid I don't understand the failure of modpath2 :(
Here is the relevant snippet from testsuite.log:
21. ./others.at:646: testing modpath2...
./others.at:654: M4PATH=$top_srcdir LTDL_LIBRARY_PATH=$top_builddir/modules $M4
-m load -d modules/modtest.m4
--- - Sat Aug 18 11:09:11 2001
+++ at-stderr Sat Aug 18 11:09:11 2001
@@ -1,2 +1,2 @@
-test: <test>
+lt-m4: ERROR: module `load' has no entry points
--- - Sat Aug 18 11:09:11 2001
+++ at-stdout Sat Aug 18 11:09:11 2001
@@ -1,4 +1 @@
-Test module loaded.
-Test module called.
-Dumpdef: .
./others.at:654: exit code was 1, expected 0
21. ./others.at:646: FAILED near `others.at:654'
The other modpath tests work fine, I perfectly understand the other failures,
due to Autotest, but this one, I really have no clue.
This is with CVS M4 as of yesterday.
## -------- ##
## modpath2 ##
## -------- ##
# Written by Gary V. Vaughan <address@hidden>
AT_SETUP([modpath2])
AT_CHECK([M4PATH=$top_srcdir LTDL_LIBRARY_PATH=$top_builddir/modules $M4 -m
load -d modules/modtest.m4], 0,
[[Test module loaded.
Test module called.
Dumpdef: .
]],
[[test: <test>
]])
AT_CLEANUP