I'm appreciate your prompt reply.
yes, it is close to Integration Test than Unit Test... but you know legacy project has complex dependencies and i really want to make test.
I've made about 200 test cases so far and with CI (Jenkins) is also successful. but that 200 cases are about terminal functions and i am trying to another parts.
The reason why I ask for you is that It is very hard to add all needed files for each test targets.
ceedling paths: & ceedling files: <- this command spit out correct results but its because It is just written in project.yml.
In compile phase If I want to include object file of [foo.c], there must be [foo.h] in test file, right? -> #include / TEST_FILE(0.31v) / TEST_SOURCE_FILE(0.32v)
TEST_SOURCE_FILE(" ") <- can i use multiple of this in one test file?
and.. can't I substitute it with my static/dynamic library file instead of including a lot of needed files?
(in project.yml, there are -l, -L options and i use it but it doesn't seem to apply)
I'm sorry today is holiday, so I will go to work tomorrow morning and try it right away.
Could I keep updating my situation here? Thank you.
2024년 4월 30일 화요일 오후 7시 39분 36초 UTC+9에 Mark Vander Voord님이 작성: