comparison test/mdeTest.d @ 11:b940f267419e

Options class created & changes to mergetag exception messages. Options class created (barebones). Loading/saving from Init. Init no longer runs cleanup functions after initialisation failure. Improved mergetag exception messages & error reporting. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 21 Feb 2008 09:05:33 +0000
parents 4c3575400769
children bff0d802cb7d
comparison
equal deleted inserted replaced
10:4c3575400769 11:b940f267419e
1 /** A module to run all mde unittests and potentially to perform other tests. 1 /** A module to run all mde unittests and potentially to perform other tests.
2 */ 2 */
3 module test.mdeTest; 3 module test.mdeTest;
4
5 // Define this to run unittests:
6 debug=mdeUnitTest;
7 4
8 // This module should import all mde modules containing unittests: 5 // This module should import all mde modules containing unittests:
9 import mde.input.input; 6 import mde.input.input;
10 import mde.mergetag.dataset; 7 import mde.mergetag.dataset;
11 import mde.mergetag.mtunittest; 8 import mde.mergetag.mtunittest;