fix(testgen): distinguish between C and C++ based on file extension #4

Merged
gmgauthier merged 1 commits from fix/testgen_for_cpp into master 2026-03-06 14:40:01 +00:00

1 Commits

Author SHA1 Message Date
Gregory Gauthier
13b6c88ba3 fix(testgen): distinguish between C and C++ based on file extension
All checks were successful
CI / Test (pull_request) Successful in 55s
CI / Lint (pull_request) Successful in 33s
CI / Build (pull_request) Successful in 22s
Update language detection in testgen to set "C++" for files with .cpp, .cc, .cxx extensions, and "C" otherwise when the language is specified as "C/C++".
2026-03-06 14:36:49 +00:00