Differences From Artifact [114ac286fa]:
- File tests/Makefile — part of check-in [3bac4aa7d3] at 2016-05-07 11:58:33 on branch trunk — Add a proper build system (user: js, size: 1356) [annotate] [blame] [check-ins using]
To Artifact [cefc3fff64]:
- File
tests/Makefile
— part of check-in
[9a8a6a9bf9]
at
2017-01-22 15:20:46
on branch trunk
— Do not run tests automatically
This is a bad idea as they require networking and do not terminate. (user: js, size: 1332) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - - | include ../extra.mk PROG_NOINST = tests${PROG_SUFFIX} SRCS = tests.m include ../buildsys.mk |
︙ |