diff options
author | Richard van der Hoff <richardv@mxtelecom.com> | 2007-04-03 13:03:07 +0000 |
---|---|---|
committer | Richard van der Hoff <richardv@mxtelecom.com> | 2007-04-03 13:03:07 +0000 |
commit | c7f5b65111f5a461fd83a593c981fdb45914851e (patch) | |
tree | 41efd88f85c190ee5aadb53b72e861c227c4ff0b /test | |
parent | 12ae982bfc92a7d88f82d21045e1ecefbacf5580 (diff) | |
download | wireshark-c7f5b65111f5a461fd83a593c981fdb45914851e.tar.gz wireshark-c7f5b65111f5a461fd83a593c981fdb45914851e.tar.bz2 wireshark-c7f5b65111f5a461fd83a593c981fdb45914851e.zip |
another go at fixing the unit tests under windows - give a -f Makefile.nmake arg
svn path=/trunk/; revision=21314
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-unittests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh index 0fa24a1bce..66170c443a 100755 --- a/test/suite-unittests.sh +++ b/test/suite-unittests.sh @@ -23,7 +23,7 @@ # if [ "$WS_SYSTEM" == "Windows" ] ; then - MAKE=nmake + MAKE="nmake -f Makefile.nmake" else MAKE=make fi |