This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 'make check' does nothing?


Phil Edwards <pedwards@disaster.jaj.com> writes:

| On Mon, May 21, 2001 at 03:22:02PM +0100, Jason Merrill wrote:
| > Oh, I've got it.  Phil: do a cvs update -d in libstdc++-v3 to get the
| > new testsuite/libstdc++-v3.dg directory.
| 
| Ah-ha.  Could've sworn I'd added -d to my update'n'build script.
| 
| Okay, next silly dejagnu question:  does this code from dg.exp
| 
|     ## Set ulimits.
|     ## This should normally be handled on a per-test basis through @xxx@-keywords.
|     ## The following limit is expressed in kilobytes.  For history, have a
|     ## look at http://gcc.gnu.org/ml/libstdc++/2000-10/msg00029.html
|     set maximum-memory-usage 16384
|     set shell-ulimit-command ulimit
|     remote_exec host ${shell-ulimit-command} "-d ${maximum-memory-usage}"
|     remote_exec host ${shell-ulimit-command} "-v ${maximum-memory-usage}"
| 
|     # Main loop.
|     dg-runtest [lsort [glob -nocomplain $srcdir/*/*.cc]] \
|             "" $DEFAULT_CXXFLAGS
| 
| really have an effect?

They should, according to the master of DejaGnu, Rob Savoye :-)
If you find they don't then please let me know as soon as possible.

--- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]