changeset 148:ed2438a2d77a

* Makefile.am (check-local): New target to run test scripts.
author Mike Miller <mtmiller@octave.org>
date Tue, 05 Apr 2016 09:03:34 -0700
parents b850e4643542
children 6d9b4f69da66
files Makefile.am
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Tue Apr 05 08:58:22 2016 -0700
+++ b/Makefile.am	Tue Apr 05 09:03:34 2016 -0700
@@ -28,3 +28,7 @@
 CLEANFILES = *.oct
 
 SUFFIXES = .oct
+
+check-local:
+	PYTHONPATH="$$(pwd)/package:$$(pwd)/.libs" $(PYTHON) test/exceptions.py
+	PYTHONPATH="$$(pwd)/package:$$(pwd)/.libs" $(PYTHON) test/test.py