diff options
author | David Snopek <dsnopek@gmail.com> | 2023-04-29 11:56:33 -0500 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2023-05-17 14:08:12 -0500 |
commit | 1fd3f82d3a7fc8056eb21bb5910b2c0609c4faea (patch) | |
tree | ea095120a11bd75b11b7574703e8cc2097583465 /test/README.md | |
parent | 1c18413de00f1a6265b2b6c30175b2f6a434b574 (diff) | |
download | redot-cpp-1fd3f82d3a7fc8056eb21bb5910b2c0609c4faea.tar.gz |
Add automated tests that run a GDExtension (rather than just building it)
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/README.md b/test/README.md index ac8554b..5313e33 100644 --- a/test/README.md +++ b/test/README.md @@ -1,11 +1,8 @@ -# godot-cpp example / integration test +# godot-cpp integration test This project is used to perform integration testing of the godot-cpp extension, to validate PRs and implemented APIs. -It can also be used as a quick example of how to set up a godot-cpp -project, both on the C++ side and in the Godot project itself. - ## License This is free and unencumbered software released into the public domain. |