diff tests/all.d @ 37:90f6a44b9475

Merged "experimental" into "default".
author Jacob Carlborg <doob@me.com>
date Wed, 03 Aug 2011 21:58:21 +0200
parents fc315d786f24
children 02dbd18b7fe9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/all.d	Wed Aug 03 21:58:21 2011 +0200
@@ -0,0 +1,15 @@
+/**
+ * Copyright: Copyright (c) 2010 Jacob Carlborg. All rights reserved.
+ * Authors: Jacob Carlborg
+ * Version: Initial created: Nov 5, 2010
+ * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
+ */
+module tests.all;
+
+import orange.test.UnitTester;
+import tests.Serializer;
+
+void main ()
+{
+	run;
+}
\ No newline at end of file