view tests/_.d @ 51:70df72d2299a default tip

Added unit tests for events.
author Jacob Carlborg <doob@me.com>
date Sat, 13 Aug 2011 17:06:35 +0200
parents 8b9409423740
children
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.Event;
import tests.Object;
import tests.Pointer;
import tests.Primitive;
import tests.Slice;
import tests.String;
import tests.Struct;
import tests.Typedef;
import tests.Util;