From 05075442edfdbad4d5d66f89e8f960efbee2bb87 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Wed, 8 Oct 2008 14:13:57 -0400 Subject: [PATCH] modify the root Makefile.am ; run make unittest to compile the test dir --- Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a53fc6a4de..327cb32a5e 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 - -- GitLab