2010-05-14 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / eglib / test / fake.c
blobc8d9af61165e486656084672c9358b33e40e28fb
1 /*
2 * Fake test allows debugging of the driver itself
3 */
5 #include "test.h"
7 RESULT
8 test_fake()
10 return OK;
13 static Test fake_tests [] = {
14 {"fake", test_fake},
15 {NULL, NULL}
18 DEFINE_TEST_GROUP_INIT(fake_tests_init, fake_tests)