aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 21:12:15 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 21:12:15 +0000
commitb65ab442c9d808ea78e7ff01c85865c980881c3f (patch)
treeed94ab19e99bcd0357927db11eba95e336a262d7 /Makefile
parentdebug venv dir on windows (diff)
downloadSyncRNG-b65ab442c9d808ea78e7ff01c85865c980881c3f.tar.gz
SyncRNG-b65ab442c9d808ea78e7ff01c85865c980881c3f.zip
Allow bypassing of virtualenv
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 #
############