Closed springmeyer closed 7 years ago
This is passing other than the asan issue fixed in caabf724c4789. Going to merge and then cherry-pick caabf724c4789 into master to get master green now, since #29 is still a little ways from merging (and also includes caabf724c4789). /cc @GretaCB
This is a minor improvement to the cmake build script. Instead of hardcoding the
test/test.cpp
it moves to globbing the directory. This will make the build more flexible if more test files are added (likely when building out unit tests).This sets us up to work on #23