ObjIRC  Check-in [685fcf4c95]

Overview
Comment:Add "make check"
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA3-256: 685fcf4c953fa4ab5fc2454c683fb48408ac10a6f7e13d7d5b2ac85416ff025e
User & Date: js on 2024-05-04 21:35:38
Other Links: manifest | tags
Context
2024-05-04
21:35
Add "make check" Leaf check-in: 685fcf4c95 user: js tags: trunk
21:34
Switch test network to OFTC check-in: fed4052de9 user: js tags: trunk
Changes

Modified Makefile from [326a1c67de] to [4c408c29c6].

1
2
3
4


5



SUBDIRS = src tests

include buildsys.mk



tests: src







>
>

>
>
>
1
2
3
4
5
6
7
8
9
10
SUBDIRS = src tests

include buildsys.mk

.PHONY: check

tests: src

check: tests
	${MAKE} -C tests -s run