summaryrefslogtreecommitdiff
path: root/tests/skip_unavailable.c
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-241-0/+7
| | | | | | We do our best to keep copyright headers up to date, yet git history provides better information on this subject and is more accurate than copyright headers.
* tests: add skip_if_unavailable function to libtestsDmitry V. Levin2017-04-191-0/+13
* tests/skip_unavailable.c: New file. * tests/tests.h (skip_if_unavailable): New prototype. * tests/Makefile.am (libtests_a_SOURCES): Add skip_unavailable.c.