Merge pull request #193 from wowario/patch2

enable tests in debug
This commit is contained in:
jw
2019-03-14 08:19:15 -07:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ all: release-all
cmake-debug:
mkdir -p $(builddir)/debug
cd $(builddir)/debug && cmake -D CMAKE_BUILD_TYPE=Debug $(topdir)
cd $(builddir)/debug && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Debug $(topdir)
debug: cmake-debug
cd $(builddir)/debug && $(MAKE)