Skip to content

Commit

Permalink
disable CondensedMatter64 for emscripten-tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Nov 15, 2024
1 parent e6c9478 commit 8f5e9bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/samples_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ TEST(Samples, CondensedMatter16) {
#endif
}

#if !(defined(__EMSCRIPTEN__) && (MANIFOLD_PAR == 1))
TEST(Samples, CondensedMatter64) {
Manifold cm = CondensedMatter(64);
CheckGL(cm);
Expand All @@ -311,3 +312,4 @@ TEST(Samples, CondensedMatter64) {
ExportMesh("condensedMatter64.glb", cm.GetMeshGL(), {});
#endif
}
#endif

0 comments on commit 8f5e9bb

Please sign in to comment.