mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-04-30 14:54:11 +02:00
20 lines
193 B
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:
|