Test task for demonstrating c++ skills and ability to work with google test framework.
Main task: make project without warnings and complete all tests.
To complete the task You need to edit test_class.h and test_class.cpp files to fulfill the classes declarations and implementations. You also need to correct the gtest library and include files in Makefile according to your system.
You can edit files in your favorite editor.
To make the project and run all tests: ./make
======================================
Тестовое задание для демонстрации базовых знаний по с++ и stl а также на умения использовать google test framework и работать с чужим кодом.
Основная задача: добиться сборки проекта без warnings и выполнения всех тестов.
Для выполнения этой задачи нужно редактировать файлы test_class.h и test_class.cpp, дополнить объявления и реализации классов. Также нужно откорректировать в Makefile путь к заголовочным файлам и библиотеке gtest.
Редактирование можно выполнять в любой привычной среде разработки.
Для сборки проекта и запуска тестов: ./make