You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it possible to spread tests across multiple c files? How?
Please add support for for multiple C/C++ files containing assertions/tests. Ideally it should be possible to build the tests with a single command, and then run the tests with a single command.
The text was updated successfully, but these errors were encountered:
shanebishop
changed the title
Add support for multiple C/C++ files containing assertions
Add support for multiple C/C++ files containing tests
Jun 26, 2023
Discussed in #54
Originally posted by stefano-p July 21, 2021
Please add support for for multiple C/C++ files containing assertions/tests. Ideally it should be possible to build the tests with a single command, and then run the tests with a single command.
The text was updated successfully, but these errors were encountered: