$ ./build/linux.sh # If on Linux
$ ./build/macos.sh # If on macOS
$ build\windows.bat # If on Windows (In developer console)
$ cd tests
$ ../build/tests/linux.sh # Run only once
$ ./rere.py replay test.list
$ export DYLD_LIBRARY_PATH=$PWD/lib:$DYLD_LIBRARY_PATH
$ cd tests
$ ../build/tests/macos.sh # Run only once
$ ./rere.py replay test.list
$ cd tests
$ ..\build\tests\windows.bat # Run only once (In developer console)
$ python3 rere.py replay test.list