test: use -std=c89 instead of c90 for the build test
[platform/upstream/libevdev.git] / test / Makefile.am
2015-02-09 Peter Hutterertest: use -std=c89 instead of c90 for the build test
2015-02-04 Peter Hutterertest: always build the build-tests
2015-02-04 Peter Huttererconfigure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS
2014-08-25 Peter HuttererHook up nm to check for leaking symbols in the static...
2014-08-25 Peter Hutterertest: handle the GCOV_LDFLAGS in all tests
2014-08-25 Peter Hutterertest: override check-local instead of check
2014-08-25 Peter Hutterertest: add basic static link test
2014-05-07 Peter Hutterertest: unconditionally distribute the valgrind suppressions
2014-04-29 Peter Hutterertest: run all tests through valgrind
2014-04-29 Peter Hutterertest: disable parallel testing
2014-04-02 Peter Hutterertest: the kernel test build doesn't need to link to...
2014-02-25 Peter HuttererAdd a test for EVIOCREVOKE
2013-12-12 Peter Hutterertest: add basic link test
2013-12-12 Peter Hutterertest: split tests into run-time and build-time tests
2013-11-25 Gaetan Nadontest-compile-pedantic: replace -Wpedantic with -pedantic
2013-11-22 Peter Hutterertest: add a build test for -Wpedantic
2013-10-31 David HerrmannAdd name-resolver unit tests
2013-10-31 David HerrmannAdd libevdev_event_type/code_from_name() resolvers
2013-10-22 Peter HuttererAdd a copy of linux/input.h
2013-08-29 Peter Hutterertest: add uinput creation tests
2013-08-29 Peter HuttererAdd support for uinput device creation
2013-08-12 Peter HuttererMake the tests optional to drop unneeded dependencies
2013-06-29 Peter Hutterertest: move device creation into a shared function
2013-06-29 Peter Hutterertest: prepare a common header file for all tests
2013-06-27 Peter Hutterertest: add test for event polling and SYN_DROPPED handling
2013-06-27 Peter HuttererRevert "test: Hook up gcov to require the test name"
2013-06-27 Peter HuttererPull all tests together into one binary
2013-06-27 Peter Hutterertest: Hook up gcov to require the test name
2013-06-27 Peter HuttererFix distcheck
2013-06-27 Peter Hutterertest: fix includes for distcheck
2013-06-27 Peter Hutterertest: add test for internal event queue
2013-06-27 Peter HuttererHook up gcov
2013-06-27 Peter HuttererDirectly compile libevdev sources
2013-06-27 Peter HuttererAdd a test for event the various libevdev_has_event...
2013-06-26 Peter Hutterertest: add infrastructure for uinput device tests
2013-06-04 Peter HuttererSet up a test harness
2013-06-04 Peter HuttererMove libevdev-events over to a tools directory
2013-06-04 Peter HuttererMerge libevdev-print and libevdev-events into one binary
2013-05-29 Peter Huttererlibevdev is a library to handle evdev devices