Skip to content

Instantly share code, notes, and snippets.

@Ben1980
Created April 7, 2019 19:42
Show Gist options
  • Select an option

  • Save Ben1980/9dbc185afd8d9eea2337b54d192e4313 to your computer and use it in GitHub Desktop.

Select an option

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