File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 48
48
ifeq ($(findstring macosx,$(PLATFORM ) ) ,macosx)
49
49
TARGET = _pytransform.dylib
50
50
CMDPREFIX =
51
- PYCMD = python
51
+ PYCMD = pythonXY
52
52
VERSIONS := 2.7 3.6
53
53
else
54
54
TARGET = _pytransform.dll
65
65
66
66
WORKPATH = __runtime__
67
67
68
- .PHONY : test unit trial build bench
68
+ .PHONY : test unit trial build
69
69
70
70
71
71
test : build
@@ -109,13 +109,5 @@ trial:
109
109
make clean; \
110
110
done
111
111
112
- bench :
113
- for pyver in $( VERSIONS) ; do \
114
- echo -e "\n******************** Testing Python$${pyver} ...\n" ; \
115
- $(CMDPREFIX) PYTHON=$(subst XY,$${pyver},$(PYCMD)) bash benchmark-test.sh || exit 1; \
116
- echo -e "\n******************** Test Python$${pyver} End.\n" ; \
117
- done
118
- make clean
119
-
120
112
clean :
121
113
rm -rf * .pyc * .pyo __pycache__ _pytransform.log $(WORKPATH )
You can’t perform that action at this time.
0 commit comments