1 #include "test_common.h"
2 #include "libxl_test_timedereg.h"
3 
main(int argc,char ** argv)4 int main(int argc, char **argv) {
5     int rc;
6 
7     test_common_setup(XTL_DEBUG);
8 
9     rc = libxl_test_timedereg(ctx, 0);
10     assert(!rc);
11 }
12