diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-20 21:00:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-20 21:00:14 +0200 |
| commit | 428829b40a4ef696ffbf9d4b89e951cb1a2a2f0b (patch) | |
| tree | a0f676419d71947144501dee9ab6d4aa28eb1a75 /run | |
| parent | d67bcad094dd090c0b2004508480617b8807a9aa (diff) | |
fixup! Allow tests to be run on Windows.tests
Diffstat (limited to 'run')
| -rw-r--r-- | run/tests.bat | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
