diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-14 12:44:46 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-17 12:43:59 -0700 |
commit | 02bd5b697ada19966c0aa1e555a92179e0824eb1 (patch) | |
tree | 60054c678a6b96c8e7f96d24caf5d2a1a2f05bf8 | |
parent | 31bba7e9b919d91fb7c8f6b9b724258a15aa4509 (diff) |
mark jansson test as only for ta2
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 706d13fb..14419a59 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5257,6 +5257,8 @@ int main(int argc, char **argv) { self.do_run(src, '789:123.46\n0:100.1') def test_jansson(self): + if Settings.USE_TYPED_ARRAYS != 2: return self.skip('requires ta2') + src = ''' #include <jansson.h> #include <stdio.h> |