Skip to content

Instantly share code, notes, and snippets.

@Ben1980
Created April 7, 2019 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ben1980/9dbc185afd8d9eea2337b54d192e4313 to your computer and use it in GitHub Desktop.
Save Ben1980/9dbc185afd8d9eea2337b54d192e4313 to your computer and use it in GitHub Desktop.
plugins {
id 'cpp-unit-test'
}
unitTest {
dependencies {
implementation project(':greeter')
}
baseName = "greeterTest"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment