LUMIERA.clone/tests/15mpool.tests
Ichthyostega 41ad41d1f1 clean-up: sourcefile layout and spell checking
Uniform sequence at start of source files
- copyright claim
- license
- file comment
- header guard
- lumiera includes
- library / system includes

Lumiera uses Brittish spelling. Add an according note to the styleguide.
2014-10-23 23:04:35 +02:00

38 lines
425 B
Text

TESTING "Memory pool tests" ./test-mpool
TEST "init/destroy" basic <<END
err: initialised
err: allocated
err: DUMP
err: freed
err: DUMP
err: destroyed
return: 0
END
TEST "auto destruction" destroy <<END
return: 0
END
TEST "cluster allocation" clusters <<END
return: 0
END
PLANNED "random usage" random <<END
return: 0
END
PLANNED "stats" statscheck <<END
return: 0
END
TEST "reserve" reserve <<END
return: 0
END