pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-07-05
1999-07-05 21:58:45 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
5db857fd9d1db36f27f48e826cb9f49a35506db7 (
12
lines) (+
11
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
no tests for modules which can cause errors on load..
Rev: src/testsuite.in:1.182
1:
-
stest_true([["$Id: testsuite.in,v 1.
181
1999/07/
04
12
:
07
:
43
grubba
Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
182
1999/07/
05
21
:
58
:
45
hubbe
Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
3399:
{ foreach(get_dir(dir), string s) {
+
switch(s)
+
{
+
case "msql.pike":
+
case "mysql.pike":
+
case "odbc.pike":
+
case "oracle.pike":
+
case "postgres.pike":
+
continue; // These modules cannot be tested properly by this test
+
}
string file=combine_path(dir,s); mixed stat=file_stat(file); if(!stat) continue;