Mercurial > hg > js-dsp-test
view fft/native/native-fft-test/native-fft-testTests/native_fft_testTests.m @ 33:bbf5d4e825eb
Hack in an alternative float-only version (no faster)
author | Chris Cannam |
---|---|
date | Mon, 09 Nov 2015 12:22:00 +0000 |
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