This is an old revision of the document!
The C++ version of the AccessLib API is provided with a base set of Google Test unit tests.
Running these on Windows requires a fair amount of setup. 
-  Checkout the AccessTest project from Visual Source Safe 
-  Build this project (Debug mode is fine) 
-  Checkout the server source from GIT and build in Eclipse.  
-  Run the server Java unit tests. 
-  Edit the server's server.props file to enable the Java & C++ unit testing configuration (connects to MySQL on dev.agtek.com) 
-  Run the server on the development machine (localhost).  
-  Open AccessSupport tool and configure the filestore for the customer “junitstorage” to give it at least 1  GB-  of storage. 
-  Run the C++ unit tests with AccessTest/Debug/AccessTest.exe (best do this from a shell window so you can see output).  
-  You may also run the unit tests via Visual Studio at this point to use the debugger.