Mercurial > hg > js-dsp-test
view fft/native/native-fft-test/native-fft-testTests/native_fft_testTests.m @ 30:55f715002fe5
iOS stuff
author | Chris Cannam |
---|---|
date | Sat, 17 Oct 2015 17:26:22 +0100 |
parents | |
children |
line wrap: on
line source
// // native_fft_testTests.m // native-fft-testTests // // Created by Chris Cannam on 17/10/2015. // Copyright (c) 2015 Chris Cannam. All rights reserved. // #import <UIKit/UIKit.h> #import <XCTest/XCTest.h> @interface native_fft_testTests : XCTestCase @end @implementation native_fft_testTests - (void)setUp { [super setUp]; // Put setup code here. This method is called before the invocation of each test method in the class. } - (void)tearDown { // Put teardown code here. This method is called after the invocation of each test method in the class. [super tearDown]; } - (void)testExample { // This is an example of a functional test case. XCTAssert(YES, @"Pass"); } - (void)testPerformanceExample { // This is an example of a performance test case. [self measureBlock:^{ // Put the code you want to measure the time of here. }]; } @end