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

make-based: Add more tests to the ./run-all.sh script #47

Open
StefanJum opened this issue May 11, 2023 · 0 comments
Open

make-based: Add more tests to the ./run-all.sh script #47

StefanJum opened this issue May 11, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@StefanJum
Copy link
Contributor

The run-all.sh script runs basic tests for all unikraft applications.

To use it, you should firstly either build the apps you want to test manually by running cd make-based/app-<app-name>; ./do.sh setup; ./do.sh build or run ./build-all.sh staging (the build-all script might take a long time). Then you can run ./run-all.sh then to test the applications.

You can add new tests to the script. For example, you can add a test that runs .read script.sql in the test_sqlite() function, like described here.

For every new test added you will receive 20-50 hackathon points, depending on the test complexity.

@StefanJum StefanJum added enhancement New feature or request good first issue Good for newcomers labels May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant