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

Test infrastructure for revive-wasm #28

Closed
wants to merge 7 commits into from
Closed

Test infrastructure for revive-wasm #28

wants to merge 7 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 9, 2024

Add basic test infrastructure for revive-wasm, intended to be run from the command line.
This depends on the revive-wasm build setup here: https://github.com/smiasojed/revive

smiasojed and others added 7 commits July 30, 2024 10:55
- Add directory revive-wasm/tests as a folder for the wasm specific tests.
- Add directory revive-wasm/test/wasm-tests for the tests that check
  that revive on wasm is functional.
- Add test 'resolc-options-test.js' to check that resolc-wasm is
  minimally functional.
- Makefile: add target 'test-wasm' to run the tests for the revive-wasm
- Update Readme.md to note how to add a package.json file for the
  installed revive-wasm executables.

To run the tests from the command-line:
  'npm run test -w revive-wasm/tests/wasm-tests/'
Generate and install the 'package.json' file required to correctly identify the
Javascript standard used for revive-wasm.
@ghost ghost closed this Aug 12, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant