comparison tests/_.d @ 40:02dbd18b7fe9

Moved all tests into its own modules.
author Jacob Carlborg <doob@me.com>
date Sat, 06 Aug 2011 13:27:21 +0200
parents
children 8b9409423740
comparison
equal deleted inserted replaced
39:301476d40518 40:02dbd18b7fe9
1 /**
2 * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved.
3 * Authors: Jacob Carlborg
4 * Version: Initial created: Aug 6, 2011
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */
7 module tests._;
8
9 public:
10
11 import tests.all;
12 import tests.Array;
13 import tests.AssociativeArray;
14 import tests.AssociativeArrayReference;
15 import tests.Enum;
16 import tests.Object;
17 import tests.Pointer;
18 import tests.Primitive;
19 import tests.Slice;
20 import tests.String;
21 import tests.Struct;
22 import tests.Typedef;
23 import tests.Util;