[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
XPASS: subdir5.test
From: |
Patrick Welche |
Subject: |
XPASS: subdir5.test |
Date: |
Tue, 4 Sep 2001 15:46:49 +0100 |
User-agent: |
Mutt/1.3.19i |
What should happen?
% gmake VERBOSE=1 TESTS=subdir5.test check |& tee errs
gmake check-TESTS
gmake[1]: Entering directory `/usr/src/local/automake/tests'
=== Running test ./subdir5.test
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
...
config.status: creating Makefile
source='a.c' object='a.o' libtool=no depfile='.deps/a.Po'
tmpdepfile='.deps/a.TPo' depmode=gcc /bin/sh ./depcomp gcc
-DPACKAGE=\"maude\" -DVERSION=\"1.0\" -I. -I. -g -O2 -c `test -f a.c ||
echo './'`a.c
gcc -g -O2 -o wish a.o
cd . && /bin/sh /usr/src/local/automake/tests/testSubDir/missing --run aclocal
cd . && /bin/sh /usr/src/local/automake/tests/testSubDir/missing --run
automake --foreign Makefile
cd . && /bin/sh /usr/src/local/automake/tests/testSubDir/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --no-create --no-recursion
checking for a BSD compatible install... /usr/bin/install -c
...
configure: creating ./config.status
cd . && CONFIG_HEADERS= CONFIG_LINKS= CONFIG_FILES=Makefile /bin/sh
./config.status
config.status: creating Makefile
XPASS: subdir5.test
in automake/tests/testSubDir/maude:
-rw-r--r-- 1 prlw1 wheel 24 Sep 4 15:41 Makefile.am
-rw-r--r-- 1 prlw1 wheel 0 Sep 4 15:41 foo.h
% cat Makefile.am
include_HEADERS = foo.h
in testSubDir:
% ./wish
hi liver!
What should I try?
Cheers,
Patrick
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- XPASS: subdir5.test,
Patrick Welche <=