Skip to content

Commit

Permalink
Merge pull request #17 from 5atchm1n/satch
Browse files Browse the repository at this point in the history
Why : Readme update
  • Loading branch information
5atchm1n committed Mar 8, 2022
2 parents ea7a4f4 + 4e535db commit ece8a71
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@ Test suite for 42_containers

### STEP - 1
Read the makefile !

### BASIC
Modify the ```$INC``` variable in Makefile to point to your containers

#### BASIC COMMANDS

### RUN TESTS
#### VECTOR
```make ft_vector``` to create ft::vector executable

```make std_vector``` to create std::vector executable

```make test_vector``` run test and output to /log
#### MAP
```make ft_map``` create ft::map executable

```make std_map``` create std::map executable

```make test_map``` run test and output to /log
##### Clean
```make clean``` clean objs

```make tclean``` clean test files

Expand All @@ -22,10 +28,8 @@ Modify the ```$INC``` variable in Makefile to point to your containers
```make fclean``` clean all

check log folder for output

#### NOTE
all tests are run with ```$DEBUG``` and ```$MEM``` flags
if any of the tests fail Make will throw an error but still proceed

#### NOTE - to editors
create a branch and pull request to merge into master !
create a branch and pull request to merge into master !

0 comments on commit ece8a71

Please sign in to comment.