Skip to content

nenieiri-42Yerevan/Ft_containers_Crash_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_Ft_containers_Crash_test

42_Ft_containers-Crash-test is a complete tester for Ft_containers project of 42 school.

Description

Crash test is allowing you test your containers: vector, stack, map in ft namespace.
This test checks the majority of subject and checklist requires.
Test doesn't check something you don't need to implement and was written by students.

Usage

First of all you need to configure file config.sh and write correct paths of your classes.
If you haven't some class implementation yet, for example map, you need to comment appropriate line in config.sh:

# map='../map.hpp'

Run

./start.sh       # for all
./start.sh -v    # for vector
./start.sh -s    # for stack
./start.sh -m    # for map
./start.sh -s -m # for stack and map, etc

Additional information

I'm waiting for your bugs or suggestions for improving.

Ft_containers tester