/cs414-f17-801-TBA

Nathan Kluth CS414 project

Primary LanguageJava

cs414-f17-801-TBA

Build Status <-- click to see Travis build status (forgot to mention in demo)

Run test

with ant
  • $ ant runs all steps:
    • $ ant compile compiles to build directory
    • $ ant test runs tests
with make
  • $ make test
without make
  • $ cd build
  • $ java -cp ../lib/junit-4.12.jar:../lib/hamcrest-core-1.3.jar:. org.junit.runner.JUnitCore edu.colostate.cs.cs414.tba.gymmanagement.TestAll

Run program

with make
  • $make run
without make
  • $ cd build && java -cp . edu.colostate.cs.cs414.tba.application.GymSystem