pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-03-29
2003-03-29 10:52:29 by Marcus Comstedt <marcus@mc.pp.se>
e36944759bcd1a7196347f9830bb0923b14a35f3 (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
7.4
Check that C modules can be loaded, too.
Rev: src/testsuite.in:1.586
1:
-
test_true([["$Id: testsuite.in,v 1.
585
2003/03/
28
14
:
32
:
20
marcus Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
586
2003/03/
29
10
:
52
:
29
marcus Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
8758:
} else if(stat[1]>=0){ // werror("Testing file %O\n", file);
-
if(has_suffix(file, ".pike") || has_suffix(file, ".pmod"))
+
if(has_suffix(file, ".pike") || has_suffix(file, ".pmod")
||
+
has_suffix(file, ".so"
)
)
{ #if 0 mixed err=catch { (program)file; };
8769:
continue; } #endif
-
test_resolv(file, base_size, handler);
+
test_resolv(
file+(has_suffix(
file,
".so")? "XX":""),
+
base_size, handler);
} } }