Skip to content
Snippets Groups Projects
Commit 05075442 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

modify the root Makefile.am ; run make unittest to compile the test dir

parent 46dcaf30
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment