annotate tests/all.d @ 27:fc315d786f24 experimental

Added unit testing.
author Jacob Carlborg <doob@me.com>
date Fri, 19 Nov 2010 11:14:55 +0100
parents
children 02dbd18b7fe9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
1 /**
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
2 * Copyright: Copyright (c) 2010 Jacob Carlborg. All rights reserved.
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
3 * Authors: Jacob Carlborg
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
4 * Version: Initial created: Nov 5, 2010
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
6 */
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
7 module tests.all;
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
8
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
9 import orange.test.UnitTester;
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
10 import tests.Serializer;
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
11
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
12 void main ()
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
13 {
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
14 run;
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents:
diff changeset
15 }