summaryrefslogtreecommitdiff
path: root/shell/Makefile
blob: 92b2a012681763f28748b8e52ca01a6be092e36c (plain)
1
2
3
4
5
6
7
all:

check:
	# check the core python bindings.
	python ./test_shell.py $(TESTRULE)

.PHONY: all check