explicitly skip some tests
Haldean Brown
3 years ago
5 | 5 | apply-types.uk \ |
6 | 6 | bind.uk \ |
7 | 7 | block.uk \ |
8 | boolean-splat.uk \ | |
8 | 9 | boolean.uk \ |
9 | boolean-splat.uk \ | |
10 | 10 | double-import.uk \ |
11 | 11 | double-inner-recursive.uk \ |
12 | 12 | fib.uk \ |
13 | 13 | global-recursive.uk \ |
14 | 14 | hello.uk \ |
15 | import-splat.uk \ | |
15 | 16 | import.uk \ |
16 | import-splat.uk \ | |
17 | 17 | infer-hard.uk \ |
18 | 18 | inner-lambda.uk \ |
19 | 19 | inner-recursive.uk \ |
21 | 21 | is-prime-fast.uk \ |
22 | 22 | is-prime.uk \ |
23 | 23 | iv-example.uk \ |
24 | lambda-simple.uk \ | |
24 | 25 | lambda.uk \ |
25 | lambda-simple.uk \ | |
26 | list-range.uk \ | |
26 | 27 | list.uk \ |
27 | list-range.uk \ | |
28 | literate.rst \ | |
29 | 28 | literate-ooo.rst \ |
30 | 29 | literate-simple.ul \ |
30 | literate.rst \ | |
31 | 31 | num.uk \ |
32 | 32 | operators.uk \ |
33 | 33 | pair.uk \ |
34 | pattern-bind-simple.uk \ | |
34 | 35 | pattern-bind.uk \ |
35 | pattern-bind-simple.uk \ | |
36 | 36 | pattern-block.uk \ |
37 | 37 | pred-block.uk \ |
38 | 38 | print-lib.uk \ |
39 | !recursion-hard.rst \ | |
40 | scope-simple.uk \ | |
39 | 41 | scope.uk \ |
40 | scope-simple.uk \ | |
41 | 42 | simple-adt.uk \ |
42 | 43 | simple-test.uk \ |
44 | !type-decls.uk \ | |
43 | 45 | typevars.uk \ |
44 | 46 | zero-arity.uk |
45 | #type-decls.uk \ | |
46 | #recursion-hard.rst \ | |
47 | 47 | |
48 | all: $(tests) | |
48 | all: *.uk | |
49 | 49 | $(BASH) ../run_tests.sh $(shell pwd)/runner.sh $(tests) |
50 | 50 | |
51 | 51 | clean: |