adjusting line
This commit is contained in:
parent
26fe85d7ac
commit
81f932f0be
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# By: lalgarra <lalgarra@student.42madrid.com> +#+ +:+ +#+ #
|
# By: lalgarra <lalgarra@student.42madrid.com> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/10/03 18:03:12 by lalgarra #+# #+# #
|
# Created: 2025/10/03 18:03:12 by lalgarra #+# #+# #
|
||||||
# Updated: 2025/10/03 18:33:44 by lalgarra ### ########.fr #
|
# Updated: 2025/10/03 18:50:51 by lalgarra ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -23,7 +23,8 @@ TESTS:= isalpha_test isdigit_test isalnum_test isascii_test \
|
||||||
@./$*_test > ./$*_actual.output ;
|
@./$*_test > ./$*_actual.output ;
|
||||||
|
|
||||||
%_report : %_test %_actual.output
|
%_report : %_test %_actual.output
|
||||||
-(diff -a $*_expected.output $*_actual.output && echo "Test OK") > $*_report
|
-(diff -a $*_expected.output $*_actual.output \
|
||||||
|
&& echo "Test OK") > $*_report
|
||||||
|
|
||||||
EXES = $(TESTS)
|
EXES = $(TESTS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue