mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-06 20:28:52 +00:00
enable tests in debug
This commit is contained in:
parent
7b06d497f4
commit
7c7f8647ca
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ all: release-all
|
|||||||
|
|
||||||
cmake-debug:
|
cmake-debug:
|
||||||
mkdir -p $(builddir)/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
|
debug: cmake-debug
|
||||||
cd $(builddir)/debug && $(MAKE)
|
cd $(builddir)/debug && $(MAKE)
|
||||||
|
Loading…
Reference in New Issue
Block a user