pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-29
1999-12-29 18:04:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7b2568f31c449d3988989d214a6b8e4201eb2753 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added some (disabled) debug.
Rev: src/testsuite.in:1.256
1:
-
test_true([["$Id: testsuite.in,v 1.
255
1999/12/
28
01:
18:
44
hubbe
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
256
1999/12/
29
18:
04:07
grubba
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
4157:
void test_dir(string dir) {
+
// werror("Testing directory %O...\n", dir);
foreach(get_dir(dir), string s) { switch(s)
4175:
{ test_dir(file); }else if(stat[1]>=0){
+
// werror("Testing file %O\n", file);
if(!glob("*/my_struct.pmod",file)) { if(glob("*.pike",file) || glob("*.pmod",file))