blob: b5ecd3c59ef5c4f7b43736ed39f5aecda623cd56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Test-Command: echo 'print "Hello"' | pypy | grep Hello
Depends: pypy
Restrictions: superficial
Test-Command: pypy -c 'print "Hello"' | grep Hello
Depends: pypy
Restrictions: superficial
Test-Command: pypy -c 'import os.path'
Depends: pypy
Restrictions: superficial
Test-Command: pypy -c 'import Tkinter'
Depends: pypy-tk
Restrictions: superficial
|