afdb0d9d8a
- This was made somewhat harder as equals is "special" and not in methods list - https://github.com/mono/Embeddinator-4000/issues/221 |
||
---|---|---|
.. | ||
Basic | ||
UIViewLib | ||
leaktest | ||
managed | ||
objc-cli | ||
objcgentest | ||
.gitignore | ||
Makefile | ||
README.md | ||
RunTestsuite.sh | ||
premake5.lua |
README.md
Test suite
This directory contains the test suite for Embeddinator.
To run the test suite, run RunTestsuite.sh
inside this directory.
The test suite is composed by a few different projects:
The test suite build files are automatically generated from Premake build scripts.
This makes sure the test suite can be run as part of an MSBuild-based system (VS on Windows) as well as a POSIX-based Make system.
To re-generate the test suite Make build files, run:
../external/CppSharp/build/premake5-osx gmake