[conduit] Add test target to makefile



commit f6c7e73262e4f116e2a459b26ca32ea57ceffd84
Author: John Stowers <john stowers gmail com>
Date:   Fri May 7 17:13:13 2010 +1200

    Add test target to makefile

 Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1cdb354..141f7c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,3 +40,8 @@ ChangeLog:
 	  (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
 	  echo A git checkout and git-log is required to generate this file >> $@); \
 	fi
+
+test:
+	$(top_srcdir)/scripts/run-tests.sh -o -N
+
+.PHONY: test



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]