Differences From Artifact [bd751ecf4e]:
- File
tests/Makefile
— part of check-in
[4eea22291b]
at
2024-02-18 20:34:12
on branch trunk
— A few minor improvements
These were found by reading through the previous merge commit. (user: js, size: 7721) [annotate] [blame] [check-ins using]
To Artifact [cfd6eda8c6]:
- File tests/Makefile — part of check-in [1779d5b5a7] at 2024-02-18 21:07:27 on branch asn1 — Merge trunk into branch "asn1" (user: js, size: 7797) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + |
testfile_bin.m \
testfile_ini.m
DISTCLEAN = Info.plist
PROG_NOINST = tests${PROG_SUFFIX}
STATIC_LIB_NOINST = ${TESTS_STATIC_LIB}
SRCS = ForwardingTests.m \
OFASN1DERParsingTests.m \
OFASN1DERRepresentationTests.m \
OFArrayTests.m \
${OF_BLOCK_TESTS_M} \
OFCharacterSetTests.m \
OFColorTests.m \
OFConcreteArrayTests.m \
OFConcreteDictionaryTests.m \
OFConcreteMutableArrayTests.m \
|
| ︙ |