xserver/test/xi1/tests.c

12 lines
167 B
C

#include <string.h>
#include "tests.h"
#include "tests-common.h"
int
main(int argc, char **argv)
{
run_test(protocol_xchangedevicecontrol_test);
return 0;
}