/ft_containers

Recode your own version of c++ standard containers : vector, map, stack and set

Primary LanguageC++

Welcome to ft_containers 📦

Building instructions for tests

git submodule update --init --recursive
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles"
make all
./tests/ft_containers_tst

Launch only some tests

./tests/ft_containers_tst --gtest_filter=Vector*
./tests/ft_containers_tst --gtest_filter=Map*
./tests/ft_containers_tst --gtest_filter=Map_observers*

Author

👨 Thomas WAGNER