From c368c0f4aa0a810f5102cb8958e57410e572afa8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 13 Aug 2025 15:10:37 +0100 Subject: Improvements to build.bat (unit tests on Windows) --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3455ccd..7e206a1 100644 --- a/README.md +++ b/README.md @@ -48,15 +48,25 @@ the "C++ development" pack, as well as the "clang" and "Windows SDK 11" components. It is advised to use "x64 Native Tools Command Prompt for VS 2022" instead of a regular command prompt to run the build script. -The `build.bat` script is going to build: +The `build.bat` script has the same syntax as the `build.sh` script, +but not all options are available. For example -* The core nissy library -* The shell `run.exe` (see below) -* The Python module (see below) +``` +> build.bat shell +``` + +can be used to build the basic shell, while + +``` +> build.bat test +``` + +Builds and runs the unit tests. See `build.bat help` for a list of +all available options. -All other options are unavailable. Moreover, Windows build will not -enable certain optimizations, such as multithreading and advanced CPU -instructions. Work is ongoing to improve Windows support. +Not: At the moment certain optimizations, such as multithreading and +advanced CPU instructions, are not supported on Windows. +Work is ongoing to improve Windows support. ## Running tests -- cgit v1.3