Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 238 Bytes

unit_testing.md

File metadata and controls

18 lines (11 loc) · 238 Bytes

Unit Testing

# An example on Windows:
scons tests=yes vsproj=yes dev_build=yes p=windows 

# build godot
# ...

# After the godot is built
bin/your_godot_bin_file --test --test-case="[jsb]*" 

Go Back