unit-testingceedling

How can I activate ceedling trace?


I am using ceedling for unit testing in a firmware I am working on. I would like to see all command line option ceedling uses when invoking the compiler.

I tried to use the option --trace, but so for I have not found any difference.

ceedling test:all --trace


Solution

  • try:

    ceedling verbosity[4] test:all