Overview
Comment: | Add "make check" |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
685fcf4c953fa4ab5fc2454c683fb484 |
User & Date: | js on 2024-05-04 21:35:38 |
Other Links: | manifest | tags |
Context
2024-08-17
| ||
00:19 | Don't use private ObjFW functions check-in: 3e008e2964 user: js tags: trunk | |
2024-05-04
| ||
21:35 | Add "make check" 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 |