view 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 source

/**
 * 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;