[pygobject] Add "make check.nemiver" target



commit fe79ef612a7853f024b73c7997b8ec89015ae94c
Author: Martin Pitt <martinpitt gnome org>
Date:   Wed Apr 25 13:07:59 2012 +0200

    Add "make check.nemiver" target
    
    Similar to "check.gdb", but invokes nemiver.

 Makefile.am       |    3 +++
 tests/Makefile.am |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4007768..39c6177 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,6 +127,9 @@ dist-hook: $(BUILT_EXTRA_DIST)
 check.gdb:
 	cd tests && $(MAKE) check.gdb
 
+check.nemiver:
+	cd tests && $(MAKE) check.nemiver
+
 check.valgrind:
 	cd tests && $(MAKE) check.valgrind
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0036ec8..f54a8bb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -113,6 +113,9 @@ check-local: $(LTLIBRARIES:.la=.so) Regress-1.0.typelib GIMarshallingTests-1.0.t
 check.gdb:
 	EXEC_NAME="gdb --args" $(MAKE) check
 
+check.nemiver:
+	EXEC_NAME="nemiver" $(MAKE) check
+
 check.valgrind:
 	EXEC_NAME="valgrind --suppressions=python.supp" G_SLICE=always-malloc G_DEBUG=gc-friendly $(MAKE) check
 



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