summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-04-24 02:17:35 +0000
committerBill Meier <wmeier@newsguy.com>2007-04-24 02:17:35 +0000
commit2c346d9a3ca3af8102aeeedb5e0f7668f884d6e7 (patch)
tree377948727a10d36b237adbe3e31001f8d1ae6d4e /test
parent1b2cecda53c3103671192b051d0cf340522887a1 (diff)
downloadwireshark-2c346d9a3ca3af8102aeeedb5e0f7668f884d6e7.tar.gz
Use correct install target: 'make ..._install (and not 'make 'install_...')
svn path=/trunk/; revision=21545
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-unittests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh
index a0c8ab6b0d..c4eff935a9 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -40,7 +40,7 @@ unittests_step_test() {
# if we're on windows, we have to copy the test exe, and its manifest, to the gtk2
# dir before we can use them.
if [ "$WS_SYSTEM" == "Windows" ] ; then
- (cd `dirname $DUT` && $MAKE install_`basename $DUT` INSTALL_DIR=`pwd`/../wireshark-gtk2) > testout.txt 2>&1
+ (cd `dirname $DUT` && $MAKE `basename $DUT`_install INSTALL_DIR=`pwd`/../wireshark-gtk2) > testout.txt 2>&1
if [ $? -ne 0 ]; then
echo
cat ./testout.txt