[mousetrap/gnome3-wip: 194/240] Add `make run`



commit 3c17bf2a49a606221b7c6d87c22a306ae593e379
Author: Stoney Jackson <dr stoney gmail com>
Date:   Sat Jun 28 11:33:31 2014 -0400

    Add `make run`

 Makefile.am |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 565f657..721b2bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,7 +123,7 @@ mofiles: $(PO_FILES) $(MO_FILES)
 # TARGET: check
 
 check-local:
-       $(PYTHON) $(srcdir)/src/mousetrap/tests/run_python_tests.py
+       $(PYTHON) $(distdir)/src/mousetrap/tests/run_python_tests.py
 
 
 ##############################################################################
@@ -131,3 +131,10 @@ check-local:
 
 lint:
        pylint $(srcdir)/src/mousetrap
+
+
+##############################################################################
+# TARGET: run
+
+run:
+       $(PYTHON) $(srcdir)/src/mousetrap/main.py


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