You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
(thebuild-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 thetest_sqlite()
function, like described here.For every new test added you will receive 20-50 hackathon points, depending on the test complexity.
The text was updated successfully, but these errors were encountered: