Skip to content

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

@StefanJum

Description

@StefanJum

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions