Skip to content

Commit 743f878

Browse files
committed
update travis cmd
1 parent 5671920 commit 743f878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ os:
33
language: c
44
compiler: gcc
55
script:
6-
- make test_fw
6+
- make check

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# By: yyang <[email protected]> +#+ +:+ +#+ #
77
# +#+#+#+#+#+ +#+ #
88
# 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 #
1010
# #
1111
# **************************************************************************** #
1212

@@ -50,7 +50,7 @@ update_deps:
5050
cp ../projects/common/libft/srcs/lst/* testframework/v3/lst
5151
cp ../projects/common/libft/includes/lst.h testframework/v3/includes/lst.h
5252

53-
test_fw:
53+
check:
5454
RENDU_PATH=$(shell pwd)/testframework/fake_rendu/libft make -k libft_bonus
5555
RENDU_PATH=$(shell pwd)/testframework/fake_rendu/libft_part1 make -k libft_part1
5656
RENDU_PATH=$(shell pwd)/testframework/fake_rendu/libft_part2 make -k libft_part2

0 commit comments

Comments
 (0)