Replies: 1 comment 3 replies
-
Hello Stefano It currently not possible to compile multiple source file. I have not have a scenario to compile multiple test file. You are the first to point that out, I'll check today to try compile multiple source, if it possible I'll add the feature. I hope by multiple source compilation you meant.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was evaluating this framework and found that is seems not possible to build multiple c test files. So do I have to put all tests in one single module?
This file alone ( test_all.c) compiles and run correctly.
test_all.c
But as I add a new one (test_my_module1.c) I get some strange linker errors saying that there are:
I also had to define CESTER_NO_MAIN and CESTER_NO_SIGNAL in order to lower the number of "multiple definition" errors.
test_my_module1.c
Is it possible to spread tests accross multiple c files? How?
Beta Was this translation helpful? Give feedback.
All reactions