Differences From Artifact [c978643dd3]:
- File tests/terminal/Makefile — part of check-in [ad5d859b38] at 2021-05-02 21:53:23 on branch trunk — Fix cleaning up symlinks in Makefiles (user: js, size: 2802) [annotate] [blame] [check-ins using] [more...]
To Artifact [78514e4ad4]:
- File
tests/terminal/Makefile
— part of check-in
[be8865bcd2]
at
2021-09-05 20:19:03
on branch trunk
— Don't automatically run tests
This avoids running them twice (once on make and once on make install)
and potentially running them as root (during make install). (user: js, size: 2778) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 |
include ../../extra.mk
PROG_NOINST = terminal_tests${PROG_SUFFIX}
SRCS = TerminalTests.m
include ../../buildsys.mk
| < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
include ../../extra.mk
PROG_NOINST = terminal_tests${PROG_SUFFIX}
SRCS = TerminalTests.m
include ../../buildsys.mk
.PHONY: run
run:
rm -f libobjfw.so.${OBJFW_LIB_MAJOR}
rm -f libobjfw.so.${OBJFW_LIB_MAJOR_MINOR}
rm -f objfw${OBJFW_LIB_MAJOR}.dll libobjfw.${OBJFW_LIB_MAJOR}.dylib
rm -f libobjfwrt.so.${OBJFWRT_LIB_MAJOR}
rm -f libobjfwrt.so.${OBJFWRT_LIB_MAJOR_MINOR}
|
| ︙ | ︙ |