automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Deansification of tests


From: Alexandre Duret-Lutz
Subject: Re: [PATCH] Deansification of tests
Date: Wed, 19 Jun 2002 18:51:41 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Bonzini" == Bonzini  <address@hidden> writes:

 Bonzini> Here it is, as promised.

Sorry, I think you've worked for nothing by my fault: there is
no ansi -vs- K&R issue here because most of these tests require gcc.

Besides, using 
  `int main (argc, argv) int argc; char *argv[]; { ... }' 
really seems a step backward.  Simply using 
  `int main() { ... }' 
would be preferable (since it'd work even when $CC is a C++ 
compiler).

But really, we are making a mountain out of a molehill.  Let's
just require gcc in any test that compiles something.  This is
already done in most of the tests.  

Actually, almost all the tests where the `required=gcc' line is
missing are tests that I have added...  

Using grep I've found the following tests, but there are
probably a few more.  (I'll run the test suite with CC=false
to find the others.)

nobase.test
pr300-lib.test
pr300-ltlib.test
pr300-prog.test
specflags7.test
specflags8.test
subdir5.test
subobj6.test
subpkg.test
transform.test

I'll submit a patch to fix them tonight.
-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]