Overview
Comment: | Fix ObjFWTest on Nintendo (3)DS |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | gamecontroller |
Files: | files | file ages | folders |
SHA3-256: |
f75c7058f7906fc39cd9fe8628360c8b |
User & Date: | js on 2024-05-13 22:07:27 |
Other Links: | branch diff | manifest | tags |
Context
2024-05-14
| ||
20:41 | OFGameController: Use more generic button names check-in: 2c2412d3df user: js tags: gamecontroller | |
2024-05-13
| ||
22:07 | Fix ObjFWTest on Nintendo (3)DS check-in: f75c7058f7 user: js tags: gamecontroller | |
22:06 | Merge trunk into branch "gamecontroller" check-in: cf9195c859 user: js tags: gamecontroller | |
Changes
Modified src/test/Makefile from [90084962aa] to [caa8dd2d2e].
︙ | ︙ | |||
40 41 42 43 44 45 46 47 48 | CPPFLAGS += -I. \ -I.. \ -I../.. \ -I../exceptions \ -I../hid \ -I../runtime \ -DOBJFWTEST_LOCAL_INCLUDES LD = ${OBJC} | > | 40 41 42 43 44 45 46 47 48 49 | CPPFLAGS += -I. \ -I.. \ -I../.. \ -I../exceptions \ -I../hid \ -I../runtime \ -DOBJFWHID_LOCAL_INCLUDES \ -DOBJFWTEST_LOCAL_INCLUDES LD = ${OBJC} |
Modified src/test/OTAppDelegate.m from [bd3935ec7e] to [57fda2dee1].
︙ | ︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | #import "OFDictionary.h" #import "OFMethodSignature.h" #import "OFSet.h" #import "OFStdIOStream.h" #import "OFValue.h" #import "OTTestCase.h" #import "OTAssertionFailedException.h" #import "OTTestSkippedException.h" #ifdef OF_IOS # include <CoreFoundation/CoreFoundation.h> #endif | > > | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | #import "OFDictionary.h" #import "OFMethodSignature.h" #import "OFSet.h" #import "OFStdIOStream.h" #import "OFValue.h" #import "OTTestCase.h" #import "OFGameController.h" #import "OTAssertionFailedException.h" #import "OTTestSkippedException.h" #ifdef OF_IOS # include <CoreFoundation/CoreFoundation.h> #endif |
︙ | ︙ |