Skip to content

Commit 66f1992

Browse files
committed
Move CocoaPods test
1 parent 3656d9e commit 66f1992

File tree

8 files changed

+3
-2
lines changed

8 files changed

+3
-2
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.Package(url: "https://github.com/jberkel/CSQLite.git", majorVersion: 0)
15-
]
15+
],
16+
exclude: ["Tests/CocoaPods"]
1617
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -n "$BUILD_SCHEME" ]; then
77
make test BUILD_SCHEME="$BUILD_SCHEME"
88
fi
99
elif [ -n "$VALIDATOR_SUBSPEC" ]; then
10-
cd CocoaPodsTests && make test
10+
cd Tests/CocoaPods && make test
1111
elif [ -n "${PACKAGE_MANAGER_COMMAND}" ]; then
1212
swift ${PACKAGE_MANAGER_COMMAND}
1313
fi

0 commit comments

Comments
 (0)