6 lines
102 B
Makefile
6 lines
102 B
Makefile
.PHONY: test test-doc
|
|
test:
|
|
@bash tests/test_profiles.sh
|
|
|
|
test-doc:
|
|
@bash tests/test_install_doc.sh
|