libft
Loading...
Searching...
No Matches
test.c
Go to the documentation of this file.
1
#include "
test.h
"
2
#include "
unity.h
"
3
#include <fcntl.h>
4
#include <unistd.h>
5
// #include "ft_printf.h"
6
7
void
setUp
(
void
) {
8
}
9
10
void
tearDown
(
void
) {
11
// FILE *fp = freopen("test_output", "w+", stdout);
12
// fclose(fp);
13
// freopen("/dev/tty", "w", stdout);
14
}
15
16
int
main
(
void
)
17
{
18
test_ft_ltoa
();
19
test_ft_ulongtohex
();
20
test_gnl
();
21
test_libft
();
22
test_vec
();
23
// test_ft_printf();
24
return
(0);
25
}
26
main
int main(void)
Definition
test.c:16
setUp
void setUp(void)
Definition
test.c:7
tearDown
void tearDown(void)
Definition
test.c:10
test.h
test_ft_ltoa
int test_ft_ltoa(void)
Definition
test_ft_ltoa.c:47
test_gnl
int test_gnl(void)
Definition
test_gnl.c:212
test_vec
int test_vec(void)
Definition
test_vec.c:161
test_libft
int test_libft(void)
Definition
test_libft.c:26
test_ft_ulongtohex
int test_ft_ulongtohex(void)
Definition
test_ft_ulongtohex.c:75
unity.h
test
test.c
Generated by
1.9.7