From 428829b40a4ef696ffbf9d4b89e951cb1a2a2f0b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Apr 2022 21:00:14 +0200 Subject: fixup! Allow tests to be run on Windows. --- run/tests.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 run/tests.bat (limited to 'run/tests.bat') diff --git a/run/tests.bat b/run/tests.bat new file mode 100644 index 00000000..1a4ff57d --- /dev/null +++ b/run/tests.bat @@ -0,0 +1,2 @@ +set PATH=%PATH%;c:\users\ci\bin;c:\users\ci\workspace\libdcp\bin;c:\users\ci\workspace\libdcp\lib +build\test\unit-tests.exe --log_level=test_suite %1 %2 -- cgit v1.2.3