/* -*-             c-basic-offset: 4; indent-tabs-mode: nil; -*-  //------100-columns-wide------>|*/
// for license see accompanying LICENSE_TESTS.txt file (available also at http://www.xmlpull.org)

import org.xmlpull.v1.tests.PackageTests;

/**
 * Just call XML Pull API package tests driver.
 *
 * @author <a href="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a>
 */
public class AllXmlPullApiTests {
    
    public static void main (String[] args) {
        PackageTests.main(args);
    }
    
}

