blob: e489f92bfae865437b7c9f05be3d8942fbd34008 (
plain)
1
2
3
4
5
6
7
  | 
TOPOTESTS_DIR = tests/topotests
topotests-build: ## Builds docker images for topotests
	$(TOPOTESTS_DIR)/docker/build.sh
topotests: ## Runs topotests
	$(TOPOTESTS_DIR)/docker/frr-topotests.sh
  |