aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multi-native-selected-configs')
-rw-r--r--tests/multi-native-selected-configs/test.list8
-rw-r--r--tests/multi-native-selected-configs/test.list.exp10
2 files changed, 17 insertions, 1 deletions
diff --git a/tests/multi-native-selected-configs/test.list b/tests/multi-native-selected-configs/test.list
index 8e2a891..7c351a1 100644
--- a/tests/multi-native-selected-configs/test.list
+++ b/tests/multi-native-selected-configs/test.list
@@ -1,3 +1,9 @@
#!/bin/bash
gcc-config -C -l "$@"
-[[ $? -eq 0 ]]
+[[ $? -eq 0 ]] || exit 1
+
+(
+cd "${ROOT}"
+ROOT=. gcc-config -C -l "$@"
+[[ $? -eq 0 ]] || exit 1
+)
diff --git a/tests/multi-native-selected-configs/test.list.exp b/tests/multi-native-selected-configs/test.list.exp
index 2bd4005..e2a79dd 100644
--- a/tests/multi-native-selected-configs/test.list.exp
+++ b/tests/multi-native-selected-configs/test.list.exp
@@ -8,3 +8,13 @@ Using gcc-config info in @ROOT@/
[4] x86_64-pc-linux-gnu-4.6.0
[5] x86_64-pc-linux-gnu-4.6.1 *
[6] x86_64-pc-linux-gnu-4.6.2
+Using gcc-config info in @ROOT@/./
+ [1] avr-4.5.3 *
+
+ [2] powerpc64-unknown-linux-gnu-4.5.3 *
+
+ [3] sh4-unknown-linux-gnu-4.5.3 *
+
+ [4] x86_64-pc-linux-gnu-4.6.0
+ [5] x86_64-pc-linux-gnu-4.6.1 *
+ [6] x86_64-pc-linux-gnu-4.6.2