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 found an issue where TEST_SOURCE_FILE("generated.capnp.c") yields
🧨 EXCEPTION: File 'p.c' specified with TEST_SOURCE_FILE() in test_file cannot be found in the source file collection
🌱 Ceedling could not complete operations because of errors
I can work around it by just using #include "generated.capnp.c".
The text was updated successfully, but these errors were encountered:
Thank you, @elagil. We put some effort into handling multi-dotted file names a while back. But, we obviously forgot to give attention to the content of TEST_SOURCE_FILE(). For an extra challenge, your example has '.c' in it twice!
Hello!
I found an issue where
TEST_SOURCE_FILE("generated.capnp.c")
yieldsI can work around it by just using
#include "generated.capnp.c"
.The text was updated successfully, but these errors were encountered: