A software for unit test of Phillip.
Phil-Test works under Unix based system, such as Linux, Mac. Before using Phil-Test, the following softwares / libraries should be installed.
- Softwares / libraries which Google Test requires
- Softwares / libraries which Phillip requires
- wget & unzip
-
Get a distribution of Phil-Test from github. We recommend you to use git as following:
$ git clone https://github.com/kazeto/phil-test.git
-
Get and compile Google Test:
$ make configure
-
Get a distribution of Phillip from github and compile it as a library:
$ git clone -b dev https://github.com/kazeto/phillip.git $ cd phillip $ python tools/configure.py $ make lib $ cd ..
-
Compile a binary of Phil-Test:
$ make
-
Let's start!
$ bin/phil-test