diff --git a/Makefile.am b/Makefile.am index a53fc6a4deae5f2d1bd357c983cfbcb47b805a63..327cb32a5ef0294e23dd8a9c13a407b2ecef5022 100644 --- a/Makefile.am +++ b/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 -