From: Stefan S. <se...@sy...> - 2004-09-02 00:35:35
|
Gilles J. Seguin wrote: > Those language constructs are the one of OpenC++, right. > Do you have an idea/suggestion of the structure of the test directory. I'd keep it simple. A valid, self-contained source file will always contain a mix of these types (statements and expressions). I'd just use meaningful filenames that tell people what the focus of the test is. Let's say, some files/tests for simple variable declarations with builtin types, some for struct / class declarations, some to test inheritance (testing 'virtual', 'public', 'private', MI, etc., etc.), some to test the various template types. You get the idea... Regards, Stefan |