Overview
| Comment: | Add ObjFWTest |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
0ceea0145407f449c8fb2d84d589e90e |
| User & Date: | js on 2024-02-10 12:55:59 |
| Other Links: | manifest | tags |
References
|
2024-02-10
| ||
| 12:57 | • Ticket [183b9d19a8] Testing framework for 3rd party software depending on ObjFW status still Open with 3 other changes (artifact: b6f63327a1 user: js) | |
Context
|
2024-02-10
| ||
| 13:14 | Silence warnings coming from OTAssert.h (check-in: f264948665 user: js tags: trunk) | |
| 12:55 | Add ObjFWTest (check-in: 0ceea01454 user: js tags: trunk) | |
| 11:30 | ObjFWTest: Add output and show a summary (check-in: e94a061758 user: js tags: objfwtest) | |
|
2024-02-06
| ||
| 20:58 | extra.mk.in: Remove unused variables (check-in: b1a90683b9 user: js tags: trunk) | |
Changes
Modified .fossil-settings/clean-glob from [e3e476a774] to [2a90f48586].
| ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | + + | generators/unicode/gen_tables src/Info.plist src/bridge/Info.plist src/libobjfw.* src/objfw-defs.h src/runtime/Info.plist src/runtime/libobjfwrt.* src/test/libobjfwtest.a src/tls/Info.plist src/tls/libobjfwtls.* tests/DerivedData tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/objc_sync/objc_sync tests/plugin/Info.plist tests/subprocess/subprocess |
| ︙ |
Modified .fossil-settings/ignore-glob from [a531885e00] to [1998337625].
| ︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | + + | generators/unicode/gen_tables src/Info.plist src/bridge/Info.plist src/libobjfw.* src/objfw-defs.h src/runtime/Info.plist src/runtime/libobjfwrt.* src/test/libobjfwtest.a src/tls/Info.plist src/tls/libobjfwtls.* tests/DerivedData tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/iOS.xcodeproj/*.pbxuser tests/iOS.xcodeproj/project.xcworkspace tests/iOS.xcodeproj/xcuserdata |
| ︙ |
Modified .gitignore from [6d829dc2af] to [f4069ec503].
| ︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | + + | generators/unicode/gen_tables src/Info.plist src/bridge/Info.plist src/libobjfw.* src/objfw-defs.h src/runtime/Info.plist src/runtime/libobjfwrt.* src/test/libobjfwtest.a src/tls/Info.plist src/tls/libobjfwtls.* tests/DerivedData tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO tests/iOS.xcodeproj/*.pbxuser tests/iOS.xcodeproj/project.xcworkspace tests/iOS.xcodeproj/xcuserdata |
| ︙ |
Modified src/Makefile from [2a28ea8f9c] to [faa3d6a6cb].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + |
include ../extra.mk
SUBDIRS = ${RUNTIME} exceptions encodings forwarding
|
| ︙ |
Added src/test/Makefile version [b269c69e19].
|
Added src/test/OTAppDelegate.h version [64bf862003].
|
Added src/test/OTAppDelegate.m version [7058ecd776].