JayFoxRox / haxm-test

A bit of code to test HAXM behaviour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haxm-test

A bit of code to test HAXM behaviour.

To clone, make and run from MSYS2/MINGW:

git clone https://github.com/JayFoxRox/haxm-test.git
cd haxm-test
mkdir build
cd build
cmake .. -G 'MSYS Makefiles'
make
./haxm-test

Copyright 2018 Jannik Vogel

Licensed under GPLv2 or any later version

Refer to the included LICENSE.txt file.

About

A bit of code to test HAXM behaviour

License:GNU General Public License v2.0


Languages

Language:C 99.3%Language:CMake 0.7%