File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Tests/SoundpipeAudioKitTests Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11// Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/AudioKit/
2-
2+ #if !os(tvOS)
33import AudioKit
44import SoundpipeAudioKit
55import XCTest
@@ -102,3 +102,4 @@ class AmplitudeEnvelopeTests: XCTestCase {
102102 testMD5 ( audio)
103103 }
104104}
105+ #endif
Original file line number Diff line number Diff line change 11// Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/AudioKit/
2-
2+ #if !os(tvOS)
33import AudioKit
44import SoundpipeAudioKit
55import XCTest
@@ -17,3 +17,4 @@ class MetalBarTests: XCTestCase {
1717 testMD5 ( audio)
1818 }
1919}
20+ #endif
Original file line number Diff line number Diff line change 11// Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/AudioKit/
2-
2+ #if !os(tvOS)
33import AudioKit
44import SoundpipeAudioKit
55import XCTest
@@ -19,3 +19,4 @@ class PluckedStringTests: XCTestCase {
1919 testMD5 ( audio)
2020 }
2121}
22+ #endif
You can’t perform that action at this time.
0 commit comments