Overview
| Comment: | Migrate OFStringTests to ObjFWTest |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | objfwtest |
| Files: | files | file ages | folders |
| SHA3-256: |
823cff099de4c50137c927fae71f5adf |
| User & Date: | js on 2024-02-17 18:07:33 |
| Other Links: | branch diff | manifest | tags |
Context
|
2024-02-17
| ||
| 18:19 | ObjFWTest: Improve format for redirected output (check-in: 5e89084e60 user: js tags: objfwtest) | |
| 18:07 | Migrate OFStringTests to ObjFWTest (check-in: 823cff099d user: js tags: objfwtest) | |
|
2024-02-15
| ||
| 22:34 | ObjFWTest: Implement output on Nintendo Switch (check-in: dd7079d092 user: js tags: objfwtest) | |
Changes
Modified new_tests/Makefile from [18f60fc107] to [6cd451cc4e].
| ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | + + + + |
OFInvocationTests.m \
OFJSONTests.m \
OFLocaleTests.m \
OFMatrix4x4Tests.m \
OFMethodSignatureTests.m \
OFMutableArrayTests.m \
OFMutableSetTests.m \
OFMutableStringTests.m \
OFMutableUTF8StringTests.m \
OFNumberTests.m \
OFObjectTests.m \
OFPBKDF2Tests.m \
OFPropertyListTests.m \
OFScryptTests.m \
OFSetTests.m \
OFStringTests.m \
OFSystemInfoTests.m \
OFUTF8StringTests.m \
${USE_SRCS_PLUGINS} \
${USE_SRCS_SOCKETS} \
${USE_SRCS_SUBPROCESSES} \
${USE_SRCS_THREADS} \
testfile_bin.m \
testfile_ini.m
SRCS_PLUGINS = OFPluginTests.m
|
| ︙ |
Added new_tests/OFMutableStringTests.h version [206d9c71b6].
|
Added new_tests/OFMutableStringTests.m version [9349febbaa].