-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_tests.sh
22 lines (21 loc) · 1.05 KB
/
run_tests.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
# **************************************************************************** #
# #
# ::: :::::::: #
# run_tests.sh :+: :+: :+: #
# +:+ +:+ +:+ #
# By: jaleman <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2017/07/29 20:06:37 by jaleman #+# #+# #
# Updated: 2017/07/29 20:06:38 by jaleman ### ########.fr #
# #
# **************************************************************************** #
make && \
cp lem-in resources/tests && \
cd resources/tests && \
if [ "$1" == "debug" ]; then \
sh autolemin_debug.sh; \
else \
sh autolemin.sh; \
fi && \
rm -f lem-in