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.
|
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:
|