0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/.gitmodules
Maria Matejka 01021b2e54 Netlab tests can be called from this repository.
To allow this, I added bird-tools as a submodule (aux-tools). To run
netlab tests, call

	make aux-test-prepare
	make netlab-tests

and wait patiently until all the tests finish.

You may also request single netlab tests:

	make netlab-test-ospf-base

To rerun the tests, run

	make netlab-tests-reset

and all the test results are wiped to run a fresh batch.
2022-11-09 11:39:01 +01:00

4 lines
91 B
Plaintext

[submodule "aux-tools"]
path = aux-tools
url = https://gitlab.nic.cz/labs/bird-tools.git