mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
improve output of C tests
This commit is contained in:
parent
41a578ab2b
commit
ca904d6288
5 changed files with 59 additions and 5 deletions
|
@ -18,6 +18,11 @@ fn build_libtaskchampion(suites: &[&'static str]) {
|
|||
build.object(libtaskchampion);
|
||||
build.include("../lib");
|
||||
build.include("src/bindings_tests/unity");
|
||||
build.define("UNITY_OUTPUT_CHAR", "test_output");
|
||||
build.define(
|
||||
"UNITY_OUTPUT_CHAR_HEADER_DECLARATION",
|
||||
"test_output(char c)",
|
||||
);
|
||||
build.file("src/bindings_tests/unity/unity.c");
|
||||
|
||||
let mut files = vec!["src/bindings_tests/test.c".to_string()];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue