LUMIERA.clone/tests/30resourcecollector.tests
2010-07-16 05:39:11 +02:00

22 lines
475 B
Text

TESTING "Resourcecollector" ./test-resourcecollector
PLANNED "basic register, destroy" basic <<END
out: unregistering memory handler
return: 0
END
PLANNED "memory success" memory_collection_mockup 1 <<END
out: unregistering memory handler
return: 0
END
PLANNED "memory success, 2nd try" memory_collection_mockup 2 <<END
out: memory handler got called
out: unregistering memory handler
return: 0
END
PLANNED "memory panic" memory_collection_mockup 10 <<END
return: 1
END