aboutsummaryrefslogtreecommitdiff
path: root/tests/target-triplet/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-11-04 14:50:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-11-04 14:50:43 +0200
commited63f730882bf6061e30b41501b37ca53fef8af9 (patch)
tree29a62883825a1f3888d064b6cf9c80c7c157fec2 /tests/target-triplet/driver.cxx
parent136afdbb1232f0546a2b013fd08cfe8278722ef2 (diff)
Add test for wasm32-unknown-emscripten target triplet
Diffstat (limited to 'tests/target-triplet/driver.cxx')
-rw-r--r--tests/target-triplet/driver.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/target-triplet/driver.cxx b/tests/target-triplet/driver.cxx
index cc375e0..ec232e6 100644
--- a/tests/target-triplet/driver.cxx
+++ b/tests/target-triplet/driver.cxx
@@ -109,6 +109,10 @@ main ()
"aarch64-nto-qnx7.0.0",
"aarch64", "", "nto-qnx", "7.0.0", "other"));
+ assert (test ("wasm32-emscripten",
+ "wasm32-emscripten",
+ "wasm32", "", "emscripten", "", "other"));
+
// Version extraction.
//
assert (test ("x86_64-apple-darwin14.5.0",