mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-19 01:15:56 +00:00
Add more tests to cover new integrity checks
This commit is contained in:
6
Makefile
6
Makefile
@@ -28,11 +28,7 @@ install: ## Install the project
|
||||
|
||||
test: ## Build Debug version and run tests
|
||||
@echo ">>> Building Debug version and running tests..."
|
||||
@if [ ! -d $(f_debug) ]; then \
|
||||
$(MAKE) debug; \
|
||||
else \
|
||||
echo ">>> Debug build already exists, skipping build."; \
|
||||
fi
|
||||
@$(MAKE) debug;
|
||||
@cp -r tests/datasets $(f_debug)/tests/datasets
|
||||
@cd $(f_debug)/tests && ctest --output-on-failure -j 8
|
||||
@cd $(f_debug)/tests && $(lcov) --capture --directory ../ --demangle-cpp --ignore-errors source,source --ignore-errors mismatch --output-file coverage.info >/dev/null 2>&1; \
|
||||
|
Reference in New Issue
Block a user