diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-03 16:18:57 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-03 16:18:57 -0700 |
commit | 0903bbc29c08035e873690a6c047a593798a366a (patch) | |
tree | 2dcd4dcd3dc00d11ebb26951832a0c1d17f46f43 | |
parent | e6c426b74bfdd16673264e3301dd2535f6fbf448 (diff) |
enable working zlib static linking test
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 8c7a6f90..429933d9 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -10803,8 +10803,6 @@ f.close() std::string side() { return "and hello from side"; } ''', ['hello from main and hello from side\n']) - return # TODO - # test a simple call from one module to another. only one has a string (and constant memory initialization for it) test('zlib', '', open(path_from_root('tests', 'zlib', 'example.c'), 'r').read(), self.get_library('zlib', os.path.join('libz.a'), make_args=['libz.a']), |