mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Makefile: add 'make test' target to run the automated unit tests
This commit is contained in:
parent
cef55ea47d
commit
483607af3a
1 changed files with 3 additions and 0 deletions
|
|
@ -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/ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue