//============================================================================ // Name : LayerTest.cpp // Author : David Nogueira //============================================================================ #include "../headers/Layer.h" #include "../headers/Sample.h" #include "../headers/MLPUtils.h" #include #include #include #include #include #include #include #include "../headers/microunit.h" #include "../headers/easylogging++.h" INITIALIZE_EASYLOGGINGPP int main(int argc, char* argv[]) { START_EASYLOGGINGPP(argc, argv); microunit::UnitTester::Run(); return 0; }