Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 530 Bytes

File metadata and controls

29 lines (22 loc) · 530 Bytes

Linux Age-Based Scheduler with AQM

Running Tests

From inside the tests/ subfolder, to start all tests run:

cd tests
antler run -a

Antler

Antler is included as a git submodule,

We use a custom fork, available on GitHub. To obtain it, cd into its folder and add the fork as remote.

cd antler
git remote add fork https://github.com/UniVe-NeDS-Lab/antler
git fetch fork
git switch -C main remotes/fork/main

To install it, run:

cd antler
go install