Skip to content

alekstar/test_task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test_task

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

About

Test task for demonstrating c++ skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%