Add compiledb generation to test project and customs loading SConstruct#1213
Add compiledb generation to test project and customs loading SConstruct#1213adamscott wants to merge 1 commit intogodotengine:masterfrom
Conversation
4b996d5 to
cc516a1
Compare
|
I'm not sure why we need to add these things to the test project? That project is for running our automated tests and I don't think we really need custom.py or compilation db for that. On the topic of importing custom.py in the main SConstruct you've already got two other PRs open that seem to aim to do that:
So, I don't think that needs to be replicated again here. |
You're maybe right. I treated the "test" project as a way to instruct people how to use godot-cpp, but as godotengine/godot-cpp-template exist now, there's less the need to update the test project.
I completely forgot that I already did a PR for custom files. My bad. |
Adds compiledb generation to the test project and makes it possible to apply local custom.py files to the main SConstruct build.
This will make it possible to generate "compile_commands.json" in the godotengine/godot-cpp-template project.
Supersedes/depend on #1212