d01 ex04 correction erreurs sur tests
This commit is contained in:
@@ -1,66 +0,0 @@
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
|
|
||||||
# . name = value . name is case sensitive #
|
|
||||||
# VARIABLES . or name = value \ . use VPATH only for .c #
|
|
||||||
# . value . or .cpp #
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
|
|
||||||
|
|
||||||
NAME = sed
|
|
||||||
|
|
||||||
CC = c++
|
|
||||||
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -std=c++98 -g3
|
|
||||||
|
|
||||||
VPATH = $(D_SRCS)
|
|
||||||
|
|
||||||
LIBS =
|
|
||||||
|
|
||||||
INCLUDES = -I$(D_HEADERS)
|
|
||||||
|
|
||||||
D_SRCS = .
|
|
||||||
SRCS = main.cpp \
|
|
||||||
Sed.cpp
|
|
||||||
|
|
||||||
D_HEADERS = .
|
|
||||||
HEADERS = Sed.hpp
|
|
||||||
|
|
||||||
D_OBJS = builds
|
|
||||||
OBJS = $(SRCS:%.cpp=$(D_OBJS)/%.o)
|
|
||||||
|
|
||||||
RM_D_OBJS = rm -rf $(D_OBJS)
|
|
||||||
ifeq "$(D_OBJS)" "."
|
|
||||||
RM_D_OBJS =
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
|
|
||||||
# . target: prerequisites . $@ : target #
|
|
||||||
# RULES . recipe . $< : 1st prerequisite #
|
|
||||||
# . recipe . $^ : all prerequisites #
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
|
|
||||||
|
|
||||||
all: $(NAME)
|
|
||||||
|
|
||||||
$(D_OBJS)/%.o: %.cpp | $(D_OBJS)
|
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
|
||||||
|
|
||||||
$(D_OBJS):
|
|
||||||
mkdir $@
|
|
||||||
|
|
||||||
$(OBJS): $(HEADERS:%=$(D_HEADERS)/%)
|
|
||||||
|
|
||||||
$(NAME): $(OBJS)
|
|
||||||
$(CC) $(OBJS) -o $@ $(LIBS)
|
|
||||||
|
|
||||||
leaks: $(NAME)
|
|
||||||
valgrind --leak-check=full --show-leak-kinds=all ./$(NAME) Makefile OBJS BANANE
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f $(OBJS)
|
|
||||||
rm -f *.replace
|
|
||||||
|
|
||||||
fclean: clean
|
|
||||||
rm -f $(NAME)
|
|
||||||
$(RM_D_OBJS)
|
|
||||||
|
|
||||||
re: fclean all
|
|
||||||
|
|
||||||
.PHONY : all clean fclean re bonus run valgrind
|
|
||||||
@@ -1,10 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
source ./colors.sh
|
source ./colors.sh
|
||||||
mkdir -p test_log
|
mkdir -p files_log
|
||||||
make -C ../ &> /dev/null
|
make -C ../ &> /dev/null
|
||||||
|
|
||||||
EXECUTABLE="sed"
|
EXECUTABLE="sed"
|
||||||
|
FILES_LOG="files_log"
|
||||||
LEAKS=""
|
LEAKS=""
|
||||||
if [ $1 == "leaks" ] || [ $1 == "valgrind" ]
|
if [ $1 == "leaks" ] || [ $1 == "valgrind" ]
|
||||||
then
|
then
|
||||||
@@ -27,7 +28,9 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $TESTNAME ];then
|
if [ -f $TESTNAME ];then
|
||||||
mv $TESTNAME $TESTNAME.replace ./test_log;fi
|
mv $TESTNAME ./$FILES_LOG;fi
|
||||||
|
if [ -f $TESTNAME.replace ];then
|
||||||
|
mv $TESTNAME.replace ./$FILES_LOG;fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# TEST 1 ########################################
|
# TEST 1 ########################################
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more ters, my hert is dry
|
|
||||||
I don't lugh nd I don't cry
|
|
||||||
I don't think bout you ll the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
test de mmdr foubar
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
test de m||| foubar
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
trouve ce mot toutouille
|
|
||||||
et celui-la toutoutouille
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
trouve ce mot ||||||||||
|
|
||||||
et celui-la tou||||||||||
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
ce fichier
|
|
||||||
contient
|
|
||||||
plusieurs lignes
|
|
||||||
les unes au dessus des autres
|
|
||||||
youhouuu ioieux
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
ce fich++r
|
|
||||||
cont++nt
|
|
||||||
plus++urs lignes
|
|
||||||
les unes au dessus des autres
|
|
||||||
youhouuu io++ux
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is doo
|
|
||||||
oooooooolaugh and I don't coo
|
|
||||||
oooooooothink about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
hello
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
....................................................;
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
++++++++++++++++++++++++++++++++++++++++++++++++++++;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
...................................................;
|
|
||||||
. . . . . . . . . . . . . . . . . . . . . . . . . .;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
++++++++++++++++++++++++++++++++++++++++++++++++++.;
|
|
||||||
. . . . . . . . . . . . . . . . . . . . . . . . . .;
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
|
|
||||||
You have to go out of my door
|
|
||||||
And leave just like you did before
|
|
||||||
I know I said that I was sure
|
|
||||||
But rich men can't imagine poor.
|
|
||||||
|
|
||||||
One day baby, we'll be old
|
|
||||||
Oh baby, we'll be old
|
|
||||||
And think of all the stories that we could have told
|
|
||||||
|
|
||||||
Little me and little you
|
|
||||||
Kept doing all the things they do
|
|
||||||
They never really think it through
|
|
||||||
Like I can never think you're true
|
|
||||||
|
|
||||||
Here I go again - the blame
|
|
||||||
The guilt, the pain, the hurt, the shame
|
|
||||||
The founding fathers of our plane
|
|
||||||
That's stuck in heavy clouds of rain.
|
|
||||||
|
|
||||||
One day baby, we'll be old
|
|
||||||
Oh baby, we'll be old
|
|
||||||
And think of all the stories that we could have told
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I do000 laugh and I do000 cry
|
|
||||||
I do000 think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
|
|
||||||
You have to go out of my door
|
|
||||||
And leave just like you did before
|
|
||||||
I know I said that I was sure
|
|
||||||
But rich men ca000 imagine poor.
|
|
||||||
|
|
||||||
One day baby, we'll be old
|
|
||||||
Oh baby, we'll be old
|
|
||||||
And think of all the stories that we could have told
|
|
||||||
|
|
||||||
Little me and little you
|
|
||||||
Kept doing all the things they do
|
|
||||||
They never really think it through
|
|
||||||
Like I can never think you're true
|
|
||||||
|
|
||||||
Here I go again - the blame
|
|
||||||
The guilt, the pain, the hurt, the shame
|
|
||||||
The founding fathers of our plane
|
|
||||||
That's stuck in heavy clouds of rain.
|
|
||||||
|
|
||||||
One day baby, we'll be old
|
|
||||||
Oh baby, we'll be old
|
|
||||||
And think of all the stories that we could have told
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
hello
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more ters, my hert is dry
|
|
||||||
I don't lugh nd I don't cry
|
|
||||||
I don't think bout you ll the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
ce fichier
|
|
||||||
contient
|
|
||||||
plusieurs lignes
|
|
||||||
les unes au dessus des autres
|
|
||||||
youhouuu ioieux
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
ce fich++r
|
|
||||||
cont++nt
|
|
||||||
plus++urs lignes
|
|
||||||
les unes au dessus des autres
|
|
||||||
youhouuu io++ux
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
....................................................;
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
++++++++++++++++++++++++++++++++++++++++++++++++++++;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
...................................................;
|
|
||||||
. . . . . . . . . . . . . . . . . . . . . . . . . .;
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
++++++++++++++++++++++++++++++++++++++++++++++++++.;
|
|
||||||
. . . . . . . . . . . . . . . . . . . . . . . . . .;
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
test de mmdr foubar
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
test de m||| foubar
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
trouve ce mot toutouille
|
|
||||||
et celui-la toutoutouille
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
trouve ce mot ||||||||||
|
|
||||||
et celui-la tou||||||||||
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
|
|
||||||
You have to go out of my door
|
|
||||||
And leave just like you did before
|
|
||||||
I know I said that I was sure
|
|
||||||
But rich men can't imagine poor.
|
|
||||||
|
|
||||||
One day baby, we'll be old
|
|
||||||
Oh baby, we'll be old
|
|
||||||
And think of all the stories that we could have told
|
|
||||||
|
|
||||||
Little me and little you
|
|
||||||
Kept doing all the things they do
|
|
||||||
They never really think it through
|
|
||||||
Like I can never think you're true
|
|
||||||
|
|
||||||
Here I go again - the blame
|
|
||||||
The guilt, the pain, the hurt, the shame
|
|
||||||
The founding fathers of our plane
|
|
||||||
That's stuck in heavy clouds of rain.
|
|
||||||
|
|
||||||
One day baby, we'll be old
|
|
||||||
Oh baby, we'll be old
|
|
||||||
And think of all the stories that we could have told
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I do000 laugh and I do000 cry
|
|
||||||
I do000 think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
|
|
||||||
You have to go out of my door
|
|
||||||
And leave just like you did before
|
|
||||||
I know I said that I was sure
|
|
||||||
But rich men ca000 imagine poor.
|
|
||||||
|
|
||||||
One day baby, we'll be old
|
|
||||||
Oh baby, we'll be old
|
|
||||||
And think of all the stories that we could have told
|
|
||||||
|
|
||||||
Little me and little you
|
|
||||||
Kept doing all the things they do
|
|
||||||
They never really think it through
|
|
||||||
Like I can never think you're true
|
|
||||||
|
|
||||||
Here I go again - the blame
|
|
||||||
The guilt, the pain, the hurt, the shame
|
|
||||||
The founding fathers of our plane
|
|
||||||
That's stuck in heavy clouds of rain.
|
|
||||||
|
|
||||||
One day baby, we'll be old
|
|
||||||
Oh baby, we'll be old
|
|
||||||
And think of all the stories that we could have told
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is doo
|
|
||||||
oooooooolaugh and I don't coo
|
|
||||||
oooooooothink about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
No more tears, my heart is dry
|
|
||||||
I don't laugh and I don't cry
|
|
||||||
I don't think about you all the time
|
|
||||||
But when I do - I wonder why
|
|
||||||
Reference in New Issue
Block a user