tree: a8be0643c05c0161622ef8c7bfb53442f80b8ed8
  1. 00-test-all.bat
  2. build-with-cmake.bat
  3. README.md
  4. test-long-path.bat
  5. test-reserved-names.bat
  6. test-trailing-char.bat
tests/windows/README.md

Windows test scripts

This directory contains test scripts for Windows.

Prerequisites

  • Windows 10, version 1703 or later
  • Visual C++
  • git
  • cmake

How to use

cmd.exe
cd /d "%PUBLIC%"
git clone https://github.com/Cyan4973/xxHash
cd xxHash
.\tests\windows\00-test-all.bat

Failure diagnostics

The test scripts prefix commands with !__! to track their source line. For example, Error = 23 means that the command on line 23 failed.