/ft_containers_tester

Unit Test for the 42 ft_containers

Primary LanguageC++

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