Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14_9] Add tests for progs/kernel/gui/menu-demo #1861

Merged
merged 9 commits into from
May 16, 2024

Conversation

ATQlove
Copy link
Contributor

@ATQlove ATQlove commented May 13, 2024

What

Test suite for various widgets in the menu-demo.scm module

Why

Test functionality of menu widgets with scheme test.

How to test your changes?

(catch 'error
(lambda)
(display"Loading module...\n")
(load"./TeXmacs/progs/language/menu-demo-test.scm" )(display "Module loaded, Testing funct ion...\n")(run-all-widget-tests))(lambda(err)(display "Error during module load or function call:")(display err)(newline)))

@ATQlove
Copy link
Contributor Author

ATQlove commented May 14, 2024

New commit:
How to test your changes?

xmake build menu-demo-test
xmake run menu-demo-test

@da-liii da-liii changed the title Menu demo test [14_9] Menu demo test May 15, 2024
@da-liii da-liii added the SoC Summer of Code label May 15, 2024
Copy link
Contributor

@da-liii da-liii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@da-liii da-liii changed the title [14_9] Menu demo test [14_9] Add tests for progs/kernel/gui/menu-demo May 16, 2024
@da-liii da-liii merged commit ece356f into XmacsLabs:branch-1.2 May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SoC Summer of Code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants