From 33347dc5597cdf5e8e9bc8171c809c5ee9f86980 Mon Sep 17 00:00:00 2001 From: Josh Justice Date: Tue, 25 Apr 2017 10:02:15 -0400 Subject: [PATCH] Confirm the test target users should see --- 1.5/testing/modules.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/1.5/testing/modules.md b/1.5/testing/modules.md index e7b64ee3..22400dc3 100755 --- a/1.5/testing/modules.md +++ b/1.5/testing/modules.md @@ -42,4 +42,6 @@ If you don't already have a `Tests` folder at the root of your project, add one. Make sure that your tests folder has a file called `LinuxMain.swift` and a folder called `AppLogicTests`. In your `AppLogicTests`, you can add your testing files like `UserTests.swift`. -As always, make sure that you regenerate with `vapor xcode -y` +As always, make sure that you regenerate with `vapor xcode -y`. + +As long as there is at least one test file under `AppLogicTests`, your generated Xcode project will have an `AppLogicTests` target that you can run as usual. You can also run the tests from the command line with `vapor test`.