Minishell
Loading...
Searching...
No Matches
env.c File Reference
#include <criterion/criterion.h>
#include "../include/main.h"
#include "../include/env.h"
#include <stdio.h>
Include dependency graph for env.c:

Functions

 Test (valid_path, correct_path)
 
 Test (valid_path, invalid_path)
 
 Test (add_node, empty_data)
 
 Test (add_node, empty_node)
 
 Test (add_node, add_nodes)
 
 Test (create_node, create_one_node)
 
 Test (create_node, create_one_node_null)
 
 Test (create_node, create_multiple_nodes)
 
 Test (free_env, free_env_null)
 
 Test (delete_node, delete_node_null)
 
 Test (delete_node, only_node)
 
 Test (delete_node, multiple_nodes)
 

Function Documentation

◆ Test() [1/12]

Test ( add_node ,
add_nodes  )
Here is the call graph for this function:

◆ Test() [2/12]

Test ( add_node ,
empty_data  )
Here is the call graph for this function:

◆ Test() [3/12]

Test ( add_node ,
empty_node  )
Here is the call graph for this function:

◆ Test() [4/12]

Test ( create_node ,
create_multiple_nodes  )
Here is the call graph for this function:

◆ Test() [5/12]

Test ( create_node ,
create_one_node  )
Here is the call graph for this function:

◆ Test() [6/12]

Test ( create_node ,
create_one_node_null  )
Here is the call graph for this function:

◆ Test() [7/12]

Test ( delete_node ,
delete_node_null  )
Here is the call graph for this function:

◆ Test() [8/12]

Test ( delete_node ,
multiple_nodes  )
Here is the call graph for this function:

◆ Test() [9/12]

Test ( delete_node ,
only_node  )
Here is the call graph for this function:

◆ Test() [10/12]

Test ( free_env ,
free_env_null  )
Here is the call graph for this function:

◆ Test() [11/12]

Test ( valid_path ,
correct_path  )
Here is the call graph for this function:

◆ Test() [12/12]

Test ( valid_path ,
invalid_path  )
Here is the call graph for this function: