Benedikt Peetz
d48456d039
The rust based test were both not sufficient to cover all edge-cases and so unmaintainable that they nearly always didn't even compile. This new test framework should alleviate both concerns. However, one big problem still remains: it does not support test cases that should fail, so these have just been left in the `./tests` directory. |
||
---|---|---|
.. | ||
.cargo | ||
c | ||
src/bin | ||
.gitignore | ||
Cargo.toml | ||
Makefile | ||
README.md | ||
build.rs | ||
valgrind_test.sh |
README.md
Reason
This is not a cargo example, as its needs a full build.rs step.