summaryrefslogtreecommitdiff
path: root/test cases/objc/5 objfw/SimpleTest.m
blob: a1604d3bcc4404fdc14841fef9e4c589321fc432 (plain)
1
2
3
4
5
6
7
8
9
10
#import <ObjFW/ObjFW.h>
#import <ObjFWTest/ObjFWTest.h>

@interface SimpleTest: OTTestCase
@end

@implementation SimpleTest
- (void)testMeson {
}
@end