libevdev/test
Niclas Zeising db01b2d606 Don't hardcode /bin/bash
Don't hardcode /bin/bash, use /usr/bin/env bash instead, since not all
platforms install bash as /bin/bash.
FreeBSD, as an example, installs bash in /usr/local/bin/bash by default.

Signed-off-by: Niclas Zeising <zeising@daemonic.se>
2020-08-13 13:11:33 +02:00
..
.gitignore Add a test for EVIOCREVOKE 2014-02-26 07:22:04 +10:00
generate-gcov-report.sh Don't hardcode /bin/bash 2020-08-13 13:11:33 +02:00
Makefile.am test: change the static symbol leak test to a shell script 2020-02-19 08:34:55 +10:00
test-common-uinput.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-common-uinput.h config.h is a local include path 2020-02-14 12:03:23 +10:00
test-common.c test: fix a few scan-build errors about dead storage 2020-02-19 13:06:18 +10:00
test-common.h config.h is a local include path 2020-02-14 12:03:23 +10:00
test-compile-pedantic.c test: add a build test for -Wpedantic 2013-11-23 09:00:53 +10:00
test-context.c test: silence warnings about missing field initializers 2020-02-14 12:03:23 +10:00
test-event-codes.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-event-names.c libevdev: any value less than 0 has a NULL name 2020-07-15 13:36:18 +10:00
test-int-queue.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-kernel.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-libevdev-events.c test: remove unreachable switch case 2020-02-19 13:33:32 +10:00
test-libevdev-has-event.c test: silence warnings about missing field initializers 2020-02-14 12:03:23 +10:00
test-libevdev-init.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-link.c test: add basic link test 2013-12-12 13:19:52 +10:00
test-main.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-static-symbols-leak.sh Don't hardcode /bin/bash 2020-08-13 13:11:33 +02:00
test-uinput.c test: fix two signed vs unsigned warnings 2020-02-14 12:03:23 +10:00
valgrind.suppressions meson.build: hook up the static symbols leak test 2020-02-19 08:34:55 +10:00