Skip to content

Add prefix to common test names

Hi,

I just encountered a bug when running CMake with BUILD_TESTING turned on and using both of your simple web projects as sub modules.

Some of the tests in those projects share target names.

This pull request prefixes the conflicting targets.

Merge request reports