Skip to content

Add Gradle build support for Lambda HOL#2

Open
breskeby wants to merge 3 commits into
stuart-marks:masterfrom
breskeby:master
Open

Add Gradle build support for Lambda HOL#2
breskeby wants to merge 3 commits into
stuart-marks:masterfrom
breskeby:master

Conversation

@breskeby
Copy link
Copy Markdown

@breskeby breskeby commented Aug 3, 2016

This adds a Gradle support to the lab, to be able to verify your results from the commandline.

with this pull request merged, you can:

  • run all tests via ./gradlew check
  • run all tests in exercises by running the testExercises task via "./gradlew testExercises"
  • run all tests in solutions by running the testSolutions task via "./gradlew testSolutions"
  • run a particular test in exercises by running "./gradlew clean testExercises --tests ex03*"

This uses gradle 2.14.1 which is the latest release gradle version. by using the gradle wrapper you ensure you always use the gradle version you tested this project with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant