- Clone this repository:
git clone https://github.com/alancnet/codetest-1
- Or click
, and unzip to a directory.
- Using Windows Explorer, browse to
codetest-1\test
, and double click ontest.cmd
- Open and edit the code.* files in the main directory. Use any code editor you are comfortable with.
- Test will re-execute on any code change.
- Press Ctrl-C to exit test monitor.
-
Install dependencies
- Mac:
- Install git
- Run
git
from Terminal command line, and if it's not installed, you should be prompted to install Xcode command line tools
- Run
- Install Java (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- Install Mono (http://www.mono-project.com/download/)
- Install brew (http://brew.sh)
- In Terminal, run
brew install scala node
- Install git
- Ubuntu:
sudo apt-get install git scala mono-devel fsharp nodejs npm openjdk-7-jdk
- Mac:
-
Clone this repository:
git clone https://github.com/alancnet/codetest-1
-
Run the test script
cd codetest-1/test
sh test.sh
-
Run cd to test and sh test.sh from a terminal
-
Open and edit the [Cc]ode.* files in the main directory. Use any code editor you are comfortable with.
-
Test will re-execute on any code change.
-
Press Ctrl-C to exit test monitor.