00001 #include <gtest/gtest.h>
00002 #include <glib-object.h>
00003
00004 #include "Nux/Nux.h"
00005
00006 int main(int argc, char **argv)
00007 {
00008 ::testing::InitGoogleTest(&argc, argv);
00009 g_type_init();
00010 nux::NuxInitialize (0);
00011
00012 return RUN_ALL_TESTS();
00013 }