@@ -909,12 +909,13 @@ def test_emstrip(self):
909909 # would take 10 minutes+ to finish (CMake feature detection is slow), so
910910 # combine multiple features into one to try to cover as much as possible
911911 # while still keeping this test in sensible time limit.
912- 'js': ('target_js', 'test_cmake.js', ['-DCMAKE_BUILD_TYPE=Debug']),
913- 'html': ('target_html', 'hello_world_gles.html', ['-DCMAKE_BUILD_TYPE=Release']),
914- 'library': ('target_library', 'libtest_cmake.a', ['-DCMAKE_BUILD_TYPE=MinSizeRel']),
915- 'static_cpp': ('target_library', 'libtest_cmake.a', ['-DCMAKE_BUILD_TYPE=RelWithDebInfo', '-DCPP_LIBRARY_TYPE=STATIC']),
916- 'stdproperty': ('stdproperty', 'helloworld.js', []),
917- 'post_build': ('post_build', 'hello.js', []),
912+ 'js': ('target_js', 'test_cmake.js', ['-DCMAKE_BUILD_TYPE=Debug']),
913+ 'html': ('target_html', 'hello_world_gles.html', ['-DCMAKE_BUILD_TYPE=Release']),
914+ 'library': ('target_library', 'libtest_cmake.a', ['-DCMAKE_BUILD_TYPE=MinSizeRel']),
915+ 'static_cpp': ('target_library', 'libtest_cmake.a', ['-DCMAKE_BUILD_TYPE=RelWithDebInfo', '-DCPP_LIBRARY_TYPE=STATIC']),
916+ 'whole_archive': ('whole_archive', 'whole.js', []),
917+ 'stdproperty': ('stdproperty', 'helloworld.js', []),
918+ 'post_build': ('post_build', 'hello.js', []),
918919 })
919920 def test_cmake(self, test_dir, output_file, cmake_args):
920921 # Test all supported generators.
0 commit comments