Skip to content

Commit

Permalink
Specified unit test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 1, 2017
1 parent a5efe33 commit c6fd742
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,18 @@ let package = Package(
Target(
name: "BluetoothLinux",
dependencies: [
.Target(name: "CSwiftBluetoothLinux"),
.Target(name: "CSwiftBluetoothLinuxTest")
.Target(name: "CSwiftBluetoothLinux")
]),
Target(
name: "CSwiftBluetoothLinux"),
Target(
name: "CSwiftBluetoothLinuxTest")

/*
name: "CSwiftBluetoothLinuxTest"),
Target(
name: "BluetoothLinuxTests",
dependencies: [
.Target(name: "BluetoothLinux"),
.Target(name: "CSwiftBluetoothLinuxTest")
])
*/
],
dependencies: [
.Package(url: "https://github.com/PureSwift/Bluetooth.git", majorVersion: 1)
Expand Down

0 comments on commit c6fd742

Please sign in to comment.