From 059743a1b0bc998e061940d8929035f101cb58be Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 23 Aug 2016 17:44:07 +0100 Subject: [PATCH] crypt: add to integration tests --- fs/test_all.go | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/fs/test_all.go b/fs/test_all.go index 3d8de44a0..9bf269ffe 100644 --- a/fs/test_all.go +++ b/fs/test_all.go @@ -22,15 +22,17 @@ import ( var ( remotes = []string{ - "TestSwift:", - "TestS3:", - "TestDrive:", - "TestGoogleCloudStorage:", - "TestDropbox:", "TestAmazonCloudDrive:", - "TestOneDrive:", - "TestHubic:", "TestB2:", + "TestCryptDrive:", + "TestCryptSwift:", + "TestDrive:", + "TestDropbox:", + "TestGoogleCloudStorage:", + "TestHubic:", + "TestOneDrive:", + "TestS3:", + "TestSwift:", "TestYandex:", } binary = "fs.test"