Initial commit
[fillmore] / src / test / test.vala
1 /* Copyright 2009 Yorba Foundation
2  *
3  * This software is licensed under the GNU Lesser General Public License
4  * (version 2.1 or later).  See the COPYING file in this distribution. 
5  */
6
7
8 void main(string[] args) {
9     Test.init(ref args);
10     TestSuite.get_root().add_suite(new ProjectLoaderSuite());
11     Test.run();
12 }