6 lines
68 B
Makefile
6 lines
68 B
Makefile
PYTHON = python2.7
|
|
|
|
.PHONY: test
|
|
|
|
test:
|
|
$(PYTHON) test/e2e_test.py
|