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

No easy way to run tests in a simulator from the build script. #10

Closed
jasiek opened this issue Nov 24, 2017 · 2 comments
Closed

No easy way to run tests in a simulator from the build script. #10

jasiek opened this issue Nov 24, 2017 · 2 comments

Comments

@jasiek
Copy link

jasiek commented Nov 24, 2017

There should be a SGX_MODE passthrough from the build script to each of the makefiles which build TestApp - that way, it will be possible to build and run tests on a simulator on a CI/CD machine.

@akryeem-INTC
Copy link
Contributor

Will add a SGX_MODE flag with possible values of {HW, SIM}, to build in simulation mode call build script with SGX_MODE=SIM.

@akryeem-INTC
Copy link
Contributor

This improvement was recently added.
Build test app with make SGX_MODE=SIM, and run it.

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

2 participants