-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
25 lines (21 loc) · 721 Bytes
/
Copy pathMakefile
File metadata and controls
25 lines (21 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SHELL := /bin/bash
start:
python pscript.py
test:
python pscript.py scripts/conditionals.psc
python pscript.py scripts/array_plot.psc
python pscript.py scripts/print_exporands.psc
python pscript.py scripts/arrays_in_arrays.psc
python pscript.py scripts/while_bucle.psc
python pscript.py scripts/function_while_bucle.psc
python pscript.py scripts/exporand_array_history.psc
python pscript.py scripts/exporand_bucle.psc
python pscript.py scripts/gen_list_rands_plot.psc
python pscript.py scripts/print_rands.psc
python pscript.py scripts/default_error_manage.psc
python pscript.py scripts/update_values.psc
echo "All tests passed"
token:
python pscript.py -t
full:
python pscript.py scripts/s006.psc -t