Sign in
qemu
/
meson
/
refs/heads/fixcygwin
/
.
/
test cases
/
objcpp
/
3 objfw
/
SimpleTest.mm
blob: a1604d3bcc4404fdc14841fef9e4c589321fc432 [
file
] [
log
] [
blame
]
#import <ObjFW/ObjFW.h>
#import <ObjFWTest/ObjFWTest.h>
@interface
SimpleTest
:
OTTestCase
@end
@implementation
SimpleTest
-
(
void
)
testMeson
{
}
@end