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

Create a stand-alone test launcher for runnig ORT tests #10025

Open
sschuberth opened this issue Mar 12, 2025 · 0 comments
Open

Create a stand-alone test launcher for runnig ORT tests #10025

sschuberth opened this issue Mar 12, 2025 · 0 comments
Labels
build Issues with building ORT cli About the Command Line Interface docker About Docker topics

Comments

@sschuberth
Copy link
Member

For cases where one would like to know whether ORT would run successfully in a certain environment (like a Docker container), it would be nice to have a way to run all ORT tests (esp. the funTest ones) from a self-contained binary, without the need to build ORT from sources or to use Gradle.

One idea for implementing this is via a combination of the Gradle application / JIB plugins and an approach as discussed here, plus using JUnits's console launcher as the entry point for the Docker image.

@sschuberth sschuberth added build Issues with building ORT cli About the Command Line Interface docker About Docker topics labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues with building ORT cli About the Command Line Interface docker About Docker topics
Projects
None yet
Development

No branches or pull requests

1 participant