Files
mosquitto/test/apps/ctrl/Makefile
T

20 lines
193 B
Makefile

R=../../..
include ${R}/config.mk
.PHONY: all check test ptest clean
.NOTPARALLEL:
all :
check : test
test :
./ctrl-args.py
./ctrl-broker.py
./ctrl-dynsec.py
ptest:
./test.py
clean: