Skip to content

Commit

Permalink
Import everything in tests.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Oct 19, 2024
1 parent 063f69b commit 2408830
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Tests/MetaverseKitTests/MetaverseKitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,28 @@
* ---------------------------------------------------------------- */

import XCTest
@testable import Draco
@testable import Imath
@testable import ImGui
@testable import MaterialX
@testable import OCIOBundle
@testable import OpenColorIO
@testable import OpenEXR
@testable import OpenImageIO
@testable import OpenSubdiv
@testable import OpenTime
@testable import OpenTimelineIO
@testable import OpenVDB
@testable import Ptex
#if canImport(Python) && (os(macOS) || os(visionOS) || os(iOS) || os(tvOS) || os(watchOS))
@testable import PyBundle
@testable import Python
#endif // canImport(Python) && os(macOS)

class MetaverseKitTests: XCTestCase
{
func testMetaverse() throws
{
print("TODO: Write tests.")
print("it works!")
}
}
Binary file modified composite.exr
Binary file not shown.

0 comments on commit 2408830

Please sign in to comment.