We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef5d6c commit 12a2d57Copy full SHA for 12a2d57
1 file changed
Makefile
@@ -24,7 +24,7 @@ help:
24
@echo " test-all Run all tests with coverage"
25
@echo ""
26
@echo "Installation:"
27
- @echo " install-all Install all external dependencies"
+ @echo " install Install all external dependencies"
28
@echo " install-molecule Install molecule"
29
@echo " install-rmgdb Install RMG-database"
30
@echo " install-autotst Install AutoTST"
@@ -54,7 +54,10 @@ test-functional:
54
test-all:
55
pytest arc/ functional/ --cov --cov-report=xml -ra -vv
56
57
-install-all:
+install-all: install
58
+
59
+install:
60
+ @echo "Installing all external ARC dependencies..."
61
bash $(DEVTOOLS_DIR)/install_all.sh
62
63
install-molecule:
0 commit comments