FossilOrigin-Name: 685fcf4c953fa4ab5fc2454c683fb48408ac10a6f7e13d7d5b2ac85416ff025e
10 lines
107 B
Makefile
10 lines
107 B
Makefile
SUBDIRS = src tests
|
|
|
|
include buildsys.mk
|
|
|
|
.PHONY: check
|
|
|
|
tests: src
|
|
|
|
check: tests
|
|
${MAKE} -C tests -s run
|