ymanzi / ft_containers_tester

Unit Test for the 42 ft_containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyImage

How To Use It πŸ””

  • Change the Path to your containers in Main_Header.HPP

Make rules πŸ”†

  • Make all (to run all the tests)
  • Make [name of the container] example: Make stack
  • Make fclean (to clean everything)

Which containers πŸ“­

  • List
  • Map
  • Queue
  • Stack
  • Vector

Bonus

  • Set
  • MultiSet
  • MultiMap
  • Deque

goog

About

Unit Test for the 42 ft_containers


Languages

Language:C++ 97.1%Language:Makefile 2.9%