forked from cs164spring2019/pa3-chocopy-code-generation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkpoint_tests.txt
23 lines (23 loc) · 878 Bytes
/
checkpoint_tests.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
src/test/data/pa3/sample/literal_bool.py
src/test/data/pa3/sample/literal_int.py
src/test/data/pa3/sample/literal_str.py
src/test/data/pa3/sample/id_global.py
src/test/data/pa3/sample/id_local.py
src/test/data/pa3/sample/var_assign.py
src/test/data/pa3/sample/call.py
src/test/data/pa3/sample/call_with_args.py
src/test/data/pa3/sample/nested.py
src/test/data/pa3/sample/nested2.py
src/test/data/pa3/sample/op_add.py
src/test/data/pa3/sample/op_cmp_bool.py
src/test/data/pa3/sample/op_cmp_int.py
src/test/data/pa3/sample/op_div_mod.py
src/test/data/pa3/sample/op_logical.py
src/test/data/pa3/sample/op_mul.py
src/test/data/pa3/sample/op_negate.py
src/test/data/pa3/sample/op_sub.py
src/test/data/pa3/sample/stmt_if.py
src/test/data/pa3/sample/stmt_while.py
src/test/data/pa3/sample/stmt_return_early.py
src/test/data/pa3/benchmarks/exp.py
src/test/data/pa3/benchmarks/prime.py