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
plugins { | |
id 'cpp-unit-test' | |
} | |
unitTest { | |
dependencies { | |
implementation project(':greeter') | |
} | |
baseName = "greeterTest" | |
} |