pike.git
/
src
/
modules
/
Gdbm
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Gdbm/testsuite.in:1:
START_MARKER
-
// $Id: testsuite.in,v 1.
8
2005
/
11
/
16
18
:
41
:
20
grubba
Exp $
+
// $Id: testsuite.in,v 1.
9
2009
/
03
/
15
12
:
11
:
24
mast
Exp $
// gdbm
-
cond(
[[ master()->resolv("Gdbm") ]]
,
-
[[
+
cond
_begin
([[ master()->resolv("Gdbm") ]]
)
+
test_true(programp(Gdbm.gdbm)) test_do(destruct(Gdbm.gdbm())) define([[GDBMTESTS]], [[ test_do(rm("test.gdbm")) test_do(add_constant("GDBMBASE",Gdbm.gdbm("test.gdbm"))) test_true(file_stat("test.gdbm")) GDBMNULLTEST
pike.git/src/modules/Gdbm/testsuite.in:45:
test_do(GDBMBASE->reorganize()) test_do(GDBMBASE->sync()) test_do(GDBMBASE->close()) test_do(GDBMBASE->create("test.gdbm")) ]]) GDBMTESTS test_do(rm("test.gdbm")) test_do(add_constant("GDBMBASE"))
-
]])
+
+
cond_end // Gdbm
+
END_MARKER