diff options
Diffstat (limited to 'meta/lib/oeqa/files/test.py')
-rw-r--r-- | meta/lib/oeqa/files/test.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/lib/oeqa/files/test.py b/meta/lib/oeqa/files/test.py new file mode 100644 index 0000000000..f389225d72 --- /dev/null +++ b/meta/lib/oeqa/files/test.py | |||
@@ -0,0 +1,6 @@ | |||
1 | import os | ||
2 | |||
3 | os.system('touch /tmp/testfile.python') | ||
4 | |||
5 | a = 9.01e+21 - 9.01e+21 + 0.01 | ||
6 | print("the value of a is %s" % a) | ||