steinwurf / recycle

Simple resource pool for recycling resources in C++
BSD 3-Clause "New" or "Revised" License
63 stars 23 forks source link

Add CMake testing #40

Open globberwops opened 1 year ago

globberwops commented 1 year ago

Add testing if project is top-level

  1. Check if project is top-level
  2. If so, enable testing
  3. Add the test subdir
  4. Find GoogleTest
  5. Add target recycle-test
  6. Discover test cases

Depends on #36

Cheers, Martin