summaryrefslogtreecommitdiff
path: root/tests/test-version.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-081-3/+3
| | | | | | | | | | | repro: CFLAGS="-Wall -Wextra -Wunused-parameter -Wc++-compat" ./configure && make which we use for perl, and libyaml is now included in cperl. Tested with gcc-5 and clang-3.7 There are still a tons of format warnings (%d on 64bit) in example-deconstructor.c which I skipped.
* Fix -Wformat compilation errors in testsIan Cordasco2016-12-171-3/+3
| | | | | There were several warnings generated by formatting errors in the tests, this corrects the format strings and silences the warnings.
* Undefine the NDEBUG directive for the test programs.Kirill Simonov2007-01-081-0/+4
|
* Refactor internal and external API.Kirill Simonov2006-07-211-0/+5
|
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.Kirill Simonov2006-07-031-1/+1
|
* Add doxygen support.Kirill Simonov2006-05-211-6/+3
|
* Add the basic autoconf infrastructure.Kirill Simonov2006-05-201-0/+23