diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-20 20:49:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-04 19:37:38 +0200 |
| commit | 80a97d01ba21df6d06ca750789bfe0bbacaaee4a (patch) | |
| tree | 8a42399a2bd5b27eb9252ae574427100a2a556f3 /run | |
| parent | df504d64b878a409d469df8a166558919e3c2afb (diff) | |
Allow tests to be run on Windows.
Diffstat (limited to 'run')
| -rw-r--r-- | run/tests.bat | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
