summaryrefslogtreecommitdiffstats
path: root/ffi/tests
AgeCommit message (Expand)Author
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-03-13openpgp-ffi, ffi: Prevent capturing of c-tests's output.Justus Winter
2020-03-13ffi, openpgp-ffi: Properly use LDLIBS to link against Sequoia.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-01-07openpgp-ffi, ffi: Always rebuild C doctests.Justus Winter
2019-12-20Remove nettle dependency where it's unnecessaryIgor Matuszewski
2019-08-20openpgp-ffi, ffi: Honor CFLAGS in c-tests, add -Wall.Justus Winter
2019-05-13openpgp-ffi, ffi: Improve c-tests.rs.Justus Winter
2019-05-07openpgp-ffi, ffi: Reword.Justus Winter
2019-05-07openpgp-ffi, ffi: Improve 6911aed9.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-05-07openpgp-ffi: Remove '#include <error.h>' from doctests.Justus Winter
2019-03-22openpgp-ffi: Replace glibc's error function.Justus Winter
2019-03-21openpgp-ffi: Use crate for futimes fiddling.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter
2019-01-17ffi: Generalize c-tests for multiple include dirs.Justus Winter
2019-01-10ffi: Optionally use valgrind to check the c-tests.Justus Winter
2019-01-10ffi: Fix detection of main functions in C tests.Justus Winter
2019-01-08ffi: Make c-tests traverse into directories.Justus Winter
2018-08-27ffi: Tweak CFLAGS for building tests.Justus Winter
2018-07-28ffi: Fix paths when building c tests.Neal H. Walfield
2018-07-28ffi: Support builds that use CARGO_TARGET_DIR.Neal H. Walfield
2018-07-27ffi: Be quiet when building the shared object for the tests.Justus Winter
2018-07-26ffi: Improve c doctests.Justus Winter
2018-07-26ffi: Enable syntax-highlighting for all c snippets.Justus Winter
2018-07-26ffi: Make sure the shared object is built before running doctests.Justus Winter
2018-07-26ffi: Fix c doctest extraction.Justus Winter
2018-07-25ffi: Write and execute doctests for C.Justus Winter