summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add test for "," decimal separator localesBastien Nocera2021-08-132-0/+67
|
* all: Use SPDX headersBastien Nocera2021-03-302-33/+6
|
* gudev: Add tests for the boolean sysfs attributesBastien Nocera2021-03-161-6/+19
|
* build: Remove autotoolsBastien Nocera2020-11-201-20/+0
|
* Port to meson build systemMartin Blanchard2020-11-201-0/+35
| | | | | The meson build system focuses on speed an ease of use, which helps speeding up the software development.
* gudev: Add helpers to get uncached sysfs attributeswip/hadess/add-uncached-helpersBastien Nocera2020-09-152-1/+85
| | | | | We very often need to access the current value of sysfs attributes. Add functions that do I/O on the sysfs files and update the cache.
* tests: Fix test assertion with umockdevJames Clarke2018-01-241-2/+3
| | | | | | | | | | Since 0.9.4, rather than checking for libumockdev-preload being in LD_PRELOAD, umockdev_in_mock_environment now checks whether /sys is being redirected. This only occurs when $UMOCKDEV_DIR is set, which happens inside umockdev_testbed_new, so the assertion must come after this call. https://bugzilla.gnome.org/show_bug.cgi?id=792845
* tests: Fix crash on plenty of architecturesBastien Nocera2017-02-201-1/+2
| | | | | | | | | umockdev_testbed_add_device() expects 2 sentinels, one for the sysfs attributes, one for the udev properties. Spotted by Martin Pitt <martinpitt@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=778734
* tests: Add test suiteBastien Nocera2016-11-022-0/+97
With the first test for a GUdevEnumerator bug. https://bugzilla.gnome.org/show_bug.cgi?id=773224