Skip to content

shoumodip/bs

Repository files navigation

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