$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: nbecker_at_[hidden]
Date: 2001-04-04 12:19:42
I just noticed "simple unit test framework" by Kevlin Henney. I
really like what I see!
I just have one problem. I believe memory allocation testing should
be orthogonal to unit testing. It seems that tester has tied them
together. Can't the memory allocation testing be factored out
somehow?