Differences From Artifact [0936343937]:
- File
src/test/Makefile
— part of check-in
[10f006be37]
at
2024-02-05 20:42:09
on branch objfwtest
— Add ObjFWTest
So far, it only discovers all tests and runs them and doesn't do much
else. (user: js, size: 1113) [annotate] [blame] [check-ins using]
To Artifact [20281734c6]:
- File src/test/Makefile — part of check-in [e96d4372a0] at 2024-02-06 21:27:06 on branch objfwtest — Fix compiling ObjFWTest as .framework on macOS (user: js, size: 1182) [annotate] [blame] [check-ins using]
| ︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + + + + + |
CPPFLAGS += -I. \
-I.. \
-I../.. \
-I../exceptions \
-I../runtime \
-DOBJFWTEST_LOCAL_INCLUDES
LD = ${OBJC}
|
| ︙ |