Revert "tests: fix --disable-xorg build"
Pushed the wrong thing.
This reverts commit 730fd8c05f.
This commit is contained in:
@@ -5,22 +5,21 @@
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
run_test(list_test);
|
||||
run_test(string_test);
|
||||
|
||||
#if XORG_TESTS
|
||||
run_test(fixes_test);
|
||||
|
||||
#ifdef RES_TESTS
|
||||
run_test(hashtabletest_test);
|
||||
#endif
|
||||
|
||||
run_test(input_test);
|
||||
run_test(list_test);
|
||||
run_test(misc_test);
|
||||
run_test(signal_logging_test);
|
||||
run_test(string_test);
|
||||
run_test(touch_test);
|
||||
run_test(xfree86_test);
|
||||
run_test(xkb_test);
|
||||
run_test(xtest_test);
|
||||
#endif
|
||||
|
||||
#ifdef LDWRAP_TESTS
|
||||
run_test(protocol_xchangedevicecontrol_test);
|
||||
|
||||
Reference in New Issue
Block a user