Mercurial > hg > js-dsp-test
view fft/native/native-fft-test/native-fft-testTests/native_fft_testTests.m @ 40:223f770b5341 kissfft-double tip
Try a double-precision kissfft
author | Chris Cannam |
---|---|
date | Wed, 07 Sep 2016 10:40:32 +0100 |
parents | 55f715002fe5 |
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