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
Switch to the directory containing the test executable:
170
+
171
+
```
172
+
cd build/test
173
+
```
174
+
175
+
Run the tests whose [group and name contain the given substrings](https://github.com/cpputest/cpputest/blob/master/README.md#command-line-switches):
176
+
177
+
```
178
+
./acl_test -v -g acl_mem -n create_buffer
179
+
```
180
+
163
181
## Using the Runtime
164
182
165
183
### With IntelⓇ FPGA SDK for OpenCL™ or IntelⓇ FPGA RTE for OpenCL™
0 commit comments