aboutsummaryrefslogtreecommitdiff
path: root/tests/target-triplet/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/target-triplet/driver.cxx')
-rw-r--r--tests/target-triplet/driver.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/target-triplet/driver.cxx b/tests/target-triplet/driver.cxx
index 36131a6..cc375e0 100644
--- a/tests/target-triplet/driver.cxx
+++ b/tests/target-triplet/driver.cxx
@@ -101,7 +101,13 @@ main ()
"x86_64-netbsd",
"x86_64", "", "netbsd", "", "bsd"));
-
+ assert (test ("aarch64-unknown-nto-qnx7.0.0",
+ "aarch64-nto-qnx7.0.0",
+ "aarch64", "", "nto-qnx", "7.0.0", "other"));
+
+ assert (test ("aarch64-nto-qnx7.0.0",
+ "aarch64-nto-qnx7.0.0",
+ "aarch64", "", "nto-qnx", "7.0.0", "other"));
// Version extraction.
//