lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Add `GTEST_OPTIONS` var for `make check` #1143

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

This makes it easier to pass options to the unit test executable. For example: make check GTEST_OPTIONS=--gtest_filter=Filesystem.*

Thought of this after working on the fix in: