godot-xterm/test
Leroy Hopson fcad5d64b9
fix: use correct bits
Turns out the 32bit tests were actually using 64bit Godot and testing
the 64bit binaries.

This commit ensures that the tests use the correct builds and adds
32bit linux to the gdextension file.
2024-03-30 20:49:15 +13:00
..
files Remove support for deprecated theme item names 2022-08-26 12:30:07 +12:00
html5 Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
import_plugins/xrdb chore(imports): automatic editor import updates 2024-03-30 01:36:15 +13:00
integration Update GUT to version 9.1.1 2024-01-06 23:33:15 +13:00
scenes Remove references to terminal.gd 2023-01-21 15:33:56 +13:00
unit feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
.gutconfig.ci.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
.gutconfig.unix.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
.gutconfig.windows.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
godot_xterm_test.gd chore(test): update tests 2024-03-03 15:41:30 +13:00
test_nix.gd fix: use correct bits 2024-03-30 20:49:15 +13:00
test_pty.gd feat(pty): add cols/rows methods and resize tests 2024-03-29 01:27:42 +13:00
test_rendering.gd feat(term): implement clear() method 2024-03-03 22:39:51 +13:00
test_terminal.gd feat(term): implement clear() method 2024-03-03 22:39:51 +13:00