about summary refs log tree commit diff stats
path: root/tests/unittests/test_plugins_disco.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-5/+5
| | | | | | | | | The flag hides errors. But we want unit tests to be correct in order to reveal errors in the main code. The patch removes tests_unittests_unittests_CFLAGS which makes autotools use AM_CFLAGS instead. Therefore, unit tests are built with flags derived from configure.ac.
* Use hashtables for plugin disco featuresJames Booth2016-08-171-0/+131