diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/_.d	Sat Aug 06 13:27:21 2011 +0200
@@ -0,0 +1,23 @@
+/**
+ * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved.
+ * Authors: Jacob Carlborg
+ * Version: Initial created: Aug 6, 2011
+ * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
+ */
+module tests._;
+
+public:
+
+import tests.all;
+import tests.Array;
+import tests.AssociativeArray;
+import tests.AssociativeArrayReference;
+import tests.Enum;
+import tests.Object;
+import tests.Pointer;
+import tests.Primitive;
+import tests.Slice;
+import tests.String;
+import tests.Struct;
+import tests.Typedef;
+import tests.Util;
\ No newline at end of file