mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
modify the root Makefile.am ; run make unittest to compile the test dir
This commit is contained in:
10
Makefile.am
10
Makefile.am
@ -1,8 +1,14 @@
|
||||
# Makefile.am
|
||||
|
||||
unittest:
|
||||
@(cd test; make)
|
||||
@echo ""
|
||||
@echo "NOTICE: Unitary tests successfully build"
|
||||
@echo "Go in the test directory to run them"
|
||||
@echo ""
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = libs src ringtones po
|
||||
SUBDIRS = libs src ringtones po
|
||||
EXTRA_DIST = m4/*.m4 tools/*.sh platform/* images/* README.gentoo
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user