summaryrefslogtreecommitdiff
path: root/tools/libs/light/test_timedereg.c
blob: 0081ce3d2e94efdead5080a6d064b8f3ff531892 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "test_common.h"
#include "libxl_test_timedereg.h"

int main(int argc, char **argv) {
    int rc;

    test_common_setup(XTL_DEBUG);

    rc = libxl_test_timedereg(ctx, 0);
    assert(!rc);
}