/** * Copyright: Copyright (c) 2010-2011 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 core.stdc.stdlib; import orange.test.UnitTester; /* * The tests that test for XML with attributes are not completely * reliable, due to the XML module in Phobos saves the XML * attributes in an associative array. */ int main () { return run() ? EXIT_SUCCESS : EXIT_FAILURE; }