You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- this will install `onnx2circle` tool to `/usr/share/circletools` folder
149
+
- you can make a copy or let `one-import-onnx` use this if `onnx2circle` is not
150
+
present in the same folder
151
+
152
+
### Command line tests
153
+
154
+
To run command line tests, python virtual envirnment is necessary with
155
+
test models.
156
+
157
+
Prepare python virtual environment:
158
+
```
159
+
cd build/install/bin
160
+
bash ./one-prepare-venv
161
+
```
162
+
163
+
Download test models:
164
+
```
165
+
cd ../test
166
+
bash ./prepare_test_materials.sh
167
+
```
168
+
169
+
Run command line tests:
170
+
```
171
+
bash ./runtestall.sh
172
+
```
173
+
119
174
## Build for Windows
120
175
121
176
To build for Windows, we use MinGW(Minimalist GNU for Windows). [Here](https://github.com/git-for-windows/build-extra/releases) you can download a tool that includes it.
0 commit comments