From 80a97d01ba21df6d06ca750789bfe0bbacaaee4a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Apr 2022 20:49:04 +0200 Subject: Allow tests to be run on Windows. --- run/tests.bat | 4 ++++ 1 file changed, 4 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..13c84901 --- /dev/null +++ b/run/tests.bat @@ -0,0 +1,4 @@ +set PATH=%PATH%;c:\users\ci\bin;c:\users\ci\workspace\libdcp\bin;c:\users\ci\workspace\libdcp\lib +xcopy ..\libdcp\tags build\tags\ +xcopy ..\libdcp\ratings build\ +build\test\tests.exe --log_level=test_suite -- c:\users\ci\libdcp-test-private -- cgit v1.2.3