How to build test executable without auto-execution in Ceedling? #1100
Answered
by
shutaozhenzhen
shutaozhenzhen
asked this question in
Q&A
-
|
Description:
Example Desired Workflow: # Build test executable without running
ceedling some_command module_under_test
# Later, manually execute the compiled test
./build/test/out/module_under_test_test.out # or equivalent binary |
Beta Was this translation helpful? Give feedback.
Answered by
shutaozhenzhen
Sep 13, 2025
Replies: 1 comment 1 reply
-
|
my solution: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shutaozhenzhen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my solution:
ceedling test:build_only