Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 657 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 657 Bytes

BS

Scripting Language

Building

$ ./build/linux.sh # If on Linux
$ ./build/macos.sh # If on macOS
$ build\windows.bat # If on Windows (In developer console)

Tests

Linux

$ cd tests
$ ../build/tests/linux.sh          # Run only once
$ ./rere.py replay test.list

MacOS

$ export DYLD_LIBRARY_PATH=$PWD/lib:$DYLD_LIBRARY_PATH
$ cd tests
$ ../build/tests/macos.sh          # Run only once
$ ./rere.py replay test.list

Windows

$ cd tests
$ ..\build\tests\windows.bat       # Run only once (In developer console)
$ python3 rere.py replay test.list