diff options
Diffstat (limited to 'tests/topotests/subdir.am')
-rw-r--r-- | tests/topotests/subdir.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/topotests/subdir.am b/tests/topotests/subdir.am new file mode 100644 index 0000000..e489f92 --- /dev/null +++ b/tests/topotests/subdir.am @@ -0,0 +1,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 |