Lines Matching defs:test
7 #include "test.h"
47 struct test test;
51 test_init(&test, argc, argv);
55 target_init(&test.out, &out, size);
56 target_init(&test.ref, &ref, size);
70 XCopyArea(test.out.dpy,
78 XCopyArea(test.ref.dpy,
88 test_compare(&test,
93 test_compare(&test,
99 target_fini(&test.out, &out);
100 target_fini(&test.ref, &ref);