This is a fork created for the AutoItMicro project. There have been no changes to the code, it has been integrated with Appveyor CI and made into a submodule for use with Micro Unit Testing Framework.
To use AutoItObject you simply need to add it as a submodule to the project you'd like to test.
cd <your project's root>
git submodule add git://github.com/AutoItMicro/AutoItObject.git
git submodule update --init --recursive
now if you add AutoItObject\AutoItObject.au3
as an include in your test script you are good to go.
It is recommended to use #include-once
in your script to avoid collisions. like this:
#include-once AutoItObject\AutoItObject.au3
- Andreas Karlsson (monoceres)
- Dragana R. (trancexx)
- Dave Bakker (Kip)
- Andreas Bosch (progandy, Prog@ndy)
Appveyor integration by: @KyleChamberlin
Artistic License 2.0, see LICENSE