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

Cleanup Configuration for Examples/Tests #14

Open
obuchtala opened this issue Sep 3, 2013 · 2 comments
Open

Cleanup Configuration for Examples/Tests #14

obuchtala opened this issue Sep 3, 2013 · 2 comments

Comments

@obuchtala
Copy link
Owner

The examples and test-suite will be run in node.js in first place.
However we need a way to test the JSC emitter, too.

We have a custom javascript shell in /Tools/javascript which should be reduced to a minimum and put into the Examples folder to be shared by tests and examples.
Then we need adaptations to Makefile.in etc. to be able to switch to the JSC interpreter
if desired.

Note: Due to the node.js runner we also need to add a minimal 'require' built-in for the JSC based interpreter.
IMO, we can drop the v8 interpreter, as the v8 emitter is tested with the node.js based tests.

@obuchtala
Copy link
Owner Author

I think it is acceptable now.
In future I could try to get rid of the special handling for nodejs tests and use the native compilation
instead of node-gyp.

@obuchtala
Copy link
Owner Author

Naa. The configuration for Examples needs to be assimilated to that of the test-suite.

@obuchtala obuchtala reopened this Sep 26, 2013
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

No branches or pull requests

1 participant