mirror of
https://github.com/godotengine/godot-tests.git
synced 2025-12-31 13:48:10 +03:00
This is a new testing project (not to be confused with the existing `test_project` which has a smaller scope). It's intended to cover a sizeable ground of Godot functionality on CI. This includes headless exporting, as well as ensuring a visual match between running the project from its folder and the exported PCK.
7 lines
142 B
Python
7 lines
142 B
Python
#!/usr/bin/env python
|
|
|
|
# ruff: noqa: F821
|
|
|
|
# This file is for building as a Godot GDExtension.
|
|
SConscript("addons/test_extension/SConstruct")
|