mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-01-26 15:45:21 +08:00
test: Make testevdev succeed if the feature is disabled
"Not applicable" is more like success than it is like failure. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
6fc7aa28e7
commit
b299f74d05
@ -1019,7 +1019,7 @@ static int
|
||||
run_test(void)
|
||||
{
|
||||
printf("SDL compiled without evdev capability check.\n");
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user