aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e3002c5..f361c64 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ test_R:
test_python:
$(MAKE) -C $(PYTHON_DIR) test
+test_python_direct:
+ $(MAKE) -C $(PYTHON_DIR) test_direct
+
############
# Clean up #
############