mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
7 lines
75 B
Python
7 lines
75 B
Python
#!/usr/bin/python
|
|
|
|
Import('env')
|
|
Export('env')
|
|
|
|
SConscript('tests/SCsub');
|