Overview
Comment: | Add make check target |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3936426dcc08aaf186e2d9867ad3f717 |
User & Date: | js on 2021-09-30 19:23:27 |
Other Links: | manifest | tags |
Context
2021-10-15
| ||
12:13 | Add GitHub Actions check-in: 6f5189d4f4 user: js tags: trunk | |
2021-09-30
| ||
19:23 | Add make check target check-in: 3936426dcc user: js tags: trunk | |
2021-09-05
| ||
20:19 | Don't automatically run tests check-in: be8865bcd2 user: js tags: trunk | |
Changes
Modified Makefile from [b5f8b9bb2c] to [63e28abf9d].
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | include buildsys.mk .PHONY: docs release utils tests: src docs: rm -fr docs doxygen >/dev/null release: docs echo "Generating tarball for version ${PACKAGE_VERSION}..." rm -fr objfw-${PACKAGE_VERSION} objfw-${PACKAGE_VERSION}.tar \ | > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | include buildsys.mk .PHONY: docs release utils tests: src check: tests cd tests && ${MAKE} -s run docs: rm -fr docs doxygen >/dev/null release: docs echo "Generating tarball for version ${PACKAGE_VERSION}..." rm -fr objfw-${PACKAGE_VERSION} objfw-${PACKAGE_VERSION}.tar \ |
︙ | ︙ |