aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorjuj <jujjyl@gmail.com>2014-05-02 15:49:51 +0300
committerjuj <jujjyl@gmail.com>2014-05-02 15:49:51 +0300
commit4cd5d1d622a6a2b32a5f91df5285060faa93a023 (patch)
treea30defa6d1bab3b41cec5902d1f17f0d03a58583 /tests/test_core.py
parent9dd3a7059749d4051202687817bf6b68ab2ce54c (diff)
parent439612cf923b70e87b4c4e739b90ec1df23ddda3 (diff)
Merge pull request #2330 from juj/fs-tracking
fs-tracking
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 379559e7..cf2730d0 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -4254,6 +4254,11 @@ def process(filename):
src = open(path_from_root('tests', 'fs', 'test_nodefs_rw.c'), 'r').read()
self.do_run(src, 'success', force_c=True, js_engines=[NODE_JS])
+ def test_fs_trackingdelegate(self):
+ src = path_from_root('tests', 'fs', 'test_trackingdelegate.c')
+ out = path_from_root('tests', 'fs', 'test_trackingdelegate.out')
+ self.do_run_from_file(src, out)
+
def test_unistd_access(self):
self.clear()
if not self.is_emscripten_abi(): return self.skip('asmjs-unknown-emscripten needed for inline js')