blob: 9f46aa730795e59d749cb162f5f774b51d9df2a6 [file] [log] [blame]
//
// v23Tests.swift
// v23Tests
//
// Created by Aaron Zinman on 11/12/15.
// Copyright © 2015 Google Inc. All rights reserved.
//
import XCTest
@testable import v23
class v23Tests: XCTestCase {
func testInit() {
// Currently this fails because of environmental flags passed by the Unit Test framework
// that Vanadium ends up reading in and barfing on. Need to solve at some point.
try! v23.V23.configure()
let instance = v23.V23.instance
}
}