File: test.cmd

package info (click to toggle)
llvmlite 0.46.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,140 kB
  • sloc: python: 13,605; cpp: 3,192; makefile: 185; sh: 168
file content (11 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11

call activate %CONDA_ENV%

if "%OPAQUE_POINTERS%"=="yes" (
  set LLVMLITE_ENABLE_IR_LAYER_TYPED_POINTERS=0
  echo "Testing with IR layer opaque pointers enabled"
) else (
  echo "Testing with IR layer opaque pointers disabled"
)

python runtests.py -v