1
Fork 0

Makefile: add 'make test' target to run the automated unit tests

This commit is contained in:
George Kiagiadakis 2018-10-30 20:05:08 +02:00 committed by Wim Taymans
parent cef55ea47d
commit 483607af3a
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ gdb:
valgrind:
$(MAKE) run DBG="DISABLE_RTKIT=1 valgrind"
test: all
ninja -C build test
monitor: all
SPA_PLUGIN_DIR=build/spa/plugins \
PIPEWIRE_MODULE_DIR=build/src/modules/ \