Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 762 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 762 Bytes

Homework Test Loader

Usage

  1. It's recommended to have a local installed Ruby instead of using OS X's ruby. Check homebrew
  2. Clone this repository
  3. Run make command

Make Commands

Homework # Command
Homework 1 make homework1 path=[PATH_TO_YOUR_PROJECT] scheme=[SCHEME]

For example:

make homework1 path=/Users/sodas/Desktop/hw1 scheme=Calculator

The path is where you save your xcode project. And the scheme is the name next to the run button of Xcode.

NOTE

We use Xcodeproj to inject test code and scan to run test.