Differences From Artifact [185bd38709]:
- File
tests/Makefile
— part of check-in
[f0b0aacf36]
at
2023-07-15 21:20:54
on branch trunk
— Remove Amiga .library support
This will be moved to the "amiga-library" branch entirely in order to
not block the 1.0 release, as this is still far from finished. (user: js, size: 7668) [annotate] [blame] [check-ins using] [more...]
To Artifact [b7f0a6995a]:
- File tests/Makefile — part of check-in [4320b1bf7d] at 2024-01-11 20:12:08 on branch asn1 — Merge trunk into branch "asn1" (user: js, size: 7742) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
testfile_bin.m \
testfile_ini.m
DISTCLEAN = Info.plist
PROG_NOINST = tests${PROG_SUFFIX}
STATIC_LIB_NOINST = ${TESTS_STATIC_LIB}
SRCS = ForwardingTests.m \
OFArrayTests.m \
${OF_BLOCK_TESTS_M} \
OFCharacterSetTests.m \
OFColorTests.m \
OFDataTests.m \
OFDateTests.m \
OFDictionaryTests.m \
| > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
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 \
OFDataTests.m \
OFDateTests.m \
OFDictionaryTests.m \
|
| ︙ | ︙ |