Initialize project

This commit is contained in:
Loic Guegan 2022-01-30 20:19:02 +01:00
commit f5d9fe6211
17 changed files with 22455 additions and 0 deletions

8
tests/berserk.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/bash
wai=$(dirname $(readlink -f "$0")) # Current script directory
cd ${wai}/../build/tests/
wget -O berserk_src.tar.gz https://github.com/jhonnold/berserk/archive/refs/tags/8.5.1.tar.gz
mkdir -p berserk_src && tar -xf berserk_src.tar.gz -C berserk_src --strip-components 1
cd berserk_src/src && make && mv berserk ./../../berserk_engine