3 lines
49 B
Makefile
3 lines
49 B
Makefile
|
|
.PHONY: test
|
||
|
|
test:
|
||
|
|
@bash tests/test_profiles.sh
|