lumiera_/tests/15mpool.tests

47 lines
501 B
Text
Raw Normal View History

TESTING "Memory pool tests" ./test-mpool
TEST "init/destroy" basic <<END
err: initialized
err: allocated
err: freed
err: destroyed
return: 0
END
TEST "auto destruction" destroy <<END
return: !0
END
TEST "cluster allocation" clusters <<END
return: !0
END
TEST "random usage" random <<END
return: !0
END
TEST "stats" statscheck <<END
return: !0
END
TEST "optimizer" optimize <<END
return: !0
END
TEST "collector" collect <<END
return: !0
END
TEST "reserve" reserve <<END
return: !0
END