Skip to content

Commit 81aab5c

Browse files
nurmukhametovaneshlya
authored andcommitted
Add run_tests command to devcontainer README
1 parent bfaf722 commit 81aab5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ cd build
1111
make -j4
1212
# run LIT tests
1313
make check-all
14+
# run functional tests
15+
cd /workspaces/ispc
16+
PATH=`pwd`/build/bin:$PATH ./scripts/run_tests.py --target=avx2-i32x4
1417
```
1518

1619
Note that `build` folder already contains `compile_commands.json`, which is needed for VSCode to be able correctly parse and browse C++ files.

0 commit comments

Comments
 (0)