diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-14 00:56:01 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-14 00:56:01 +0300 |
commit | 2430dfac310fb18f3079e493e8a279a2d3d98e34 (patch) | |
tree | 5c23f141babcebc2ce3efe1d08546880bc5edc78 /tests/jni/system_out.py.exp | |
parent | fe29cc192dd47c236afe5e6daeb25636e45c1075 (diff) | |
download | micropython-2430dfac310fb18f3079e493e8a279a2d3d98e34.tar.gz micropython-2430dfac310fb18f3079e493e8a279a2d3d98e34.zip |
tests/jni: Start adding modjni tests.
These are currently not intended to run with the rest of testsuite, as
they require dependencies and special environment setup anyway (drafted
in tests/jni/README).
Diffstat (limited to 'tests/jni/system_out.py.exp')
-rw-r--r-- | tests/jni/system_out.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jni/system_out.py.exp b/tests/jni/system_out.py.exp new file mode 100644 index 0000000000..01dd954f90 --- /dev/null +++ b/tests/jni/system_out.py.exp @@ -0,0 +1 @@ +Hello, Java! |