Running several variations of the same test file #948
-
Hello folks, I have a Ideally, I could have a short |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If you're using one of the pre-releases for 1.0.0, the best method is to do the following: Create two test files... a
|
Beta Was this translation helpful? Give feedback.
If you're using one of the pre-releases for 1.0.0, the best method is to do the following:
Create two test files... a
test_module_under_test.c
and atest_module_under_test_2.c
(or whatever you want to call them). The tests can be as different or similar as is needed for the different define settings. For either or both, you can add an entry to the defines list in yourproject.yml
file which are file specific: