comparison 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
comparison
equal deleted inserted replaced
26:78e5fef4bbf2 27:fc315d786f24
1 /**
2 * Copyright: Copyright (c) 2010 Jacob Carlborg. All rights reserved.
3 * Authors: Jacob Carlborg
4 * Version: Initial created: Nov 5, 2010
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */
7 module tests.all;
8
9 import orange.test.UnitTester;
10 import tests.Serializer;
11
12 void main ()
13 {
14 run;
15 }