summaryrefslogtreecommitdiff
path: root/t/cscope.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/cscope.tap')
-rw-r--r--t/cscope.tap36
1 files changed, 14 insertions, 22 deletions
diff --git a/t/cscope.tap b/t/cscope.tap
index 6886f0831..c742cf140 100644
--- a/t/cscope.tap
+++ b/t/cscope.tap
@@ -135,29 +135,21 @@ my_configure ()
"$1"/configure EMACS=no --with-lispdir=/who/cares
}
-if using_gmake; then
-
- cd "$ocwd"
- pfx="relative VPATH"
- mkdir build
- cd build
- my_configure ..
- test_cscope
- test_cleanup
-
- cd "$ocwd"
- pfx="absolute VPATH"
- mkdir build2
- cd build2
- my_configure "$ocwd"
- test_cscope
- test_cleanup
-
-else
-
- skip_row_ 12 -r "cscope in VPATH requires GNU make"
+cd "$ocwd"
+pfx="relative VPATH"
+mkdir build
+cd build
+my_configure ..
+test_cscope
+test_cleanup
-fi
+cd "$ocwd"
+pfx="absolute VPATH"
+mkdir build2
+cd build2
+my_configure "$ocwd"
+test_cscope
+test_cleanup
cd "$ocwd"
pfx="in-tree build"