Lines Matching refs:add_test
680 add_test(s, test_new_device);
681 add_test(s, test_free_device);
682 add_test(s, test_init_from_invalid_fd);
683 add_test(s, test_init_and_change_fd);
685 add_test(s, test_log_init);
686 add_test(s, test_log_priority);
687 add_test(s, test_log_set_get_priority);
688 add_test(s, test_log_default_priority);
689 add_test(s, test_log_data);
690 add_test(s, test_device_log_init);
692 add_test(s, test_device_init);
693 add_test(s, test_device_init_from_fd);
695 add_test(s, test_device_grab);
696 add_test(s, test_device_grab_invalid_fd);
697 add_test(s, test_device_grab_change_fd);
699 add_test(s, test_set_clock_id);
700 add_test(s, test_set_clock_id_invalid_fd);
701 add_test(s, test_clock_id_events);