You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/test/apps/ctrl/Makefile

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: