File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
language : c
4
4
compiler : gcc
5
5
script :
6
- - make test_fw
6
+ - make check
Original file line number Diff line number Diff line change 6
6
# By: yyang <[email protected] > +#+ +:+ +#+ #
7
7
# +#+#+#+#+#+ +#+ #
8
8
# Created: 2014/12/08 14:30:51 by celegran #+# #+# #
9
- # Updated: 2015/01/26 21:55:14 by yyang ### ########.fr #
9
+ # Updated: 2015/02/03 12:42:25 by yyang ### ########.fr #
10
10
# #
11
11
# **************************************************************************** #
12
12
@@ -50,7 +50,7 @@ update_deps:
50
50
cp ../projects/common/libft/srcs/lst/* testframework/v3/lst
51
51
cp ../projects/common/libft/includes/lst.h testframework/v3/includes/lst.h
52
52
53
- test_fw :
53
+ check :
54
54
RENDU_PATH=$(shell pwd) /testframework/fake_rendu/libft make -k libft_bonus
55
55
RENDU_PATH=$(shell pwd) /testframework/fake_rendu/libft_part1 make -k libft_part1
56
56
RENDU_PATH=$(shell pwd) /testframework/fake_rendu/libft_part2 make -k libft_part2
You can’t perform that action at this time.
0 commit comments