// You should have received a copy of the GNU General Public License along
// with Xestia Calendar. If not, see <http://www.gnu.org/licenses/>
+#include <curl/curl.h>
#include <gtest/gtest.h>
#include <iostream>
#include <string>
int main(int argc, char* argv[]){
+ // Initialise the several libraries that have
+ // been included.
+
::testing::InitGoogleTest(&argc, argv);
-
+ curl_global_init(CURL_GLOBAL_ALL);
+
printn("Xestia Calendar Unit Testing Application");
printn("(c)2016 Xestia Software Development");
printn("Note: Unit testing is currently in development");