afrantzis / dEQP

Runner and information gatherer written in volt and python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dEQP

Experiments in running the dEQP testsuit faster.

Usage

Run the command it will tell you what's missing.

Downloading

Download from the CI here: x86-linux, x86_64-linux.

Building yourself

# Get deps, llvm 5, 6, 7 should work, must be gdc-6 as gdc-7 has bugs.
sudo apt install llvm-5.0 clang-5.0 gdc-6 nasm

# Get the Volt toolchain.
wget https://ci.walkyrie.se/job/VoltLang/job/Battery/job/master/lastSuccessfulBuild/artifact/battery-x86_64-linux.tar.gz
tar xfv battery-x86_64-linux.tar.gz
git clone https://github.com/VoltLang/Volta
git clone https://github.com/VoltLang/Watt
git clone https://github.com/Wallbraker/dEQP
./battery config \
	Volta \
	Watt \
	dEQP
./battery build

About

Runner and information gatherer written in volt and python.

License:Boost Software License 1.0


Languages

Language:Volt 100.0%