aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-04-18 22:31:47 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-04-18 22:31:47 +0000
commit674306a87de650e35ba1b077c1c3c1ad01389596 (patch)
tree8143677cccddf309038bfad61d2a03729dc7a239 /epan/Makefile.nmake
parente7e9a81155e869f8e46483749fed1d87a7a84d90 (diff)
following advice from Gerald, Graham Bloice, and others, let's try copying the unit test executables into the wireshark-gtk2 directory before running them.
svn path=/trunk/; revision=21472
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 6a91915f59..9233e883fa 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -211,6 +211,21 @@ reassemble_test.exe: reassemble_test.obj tvbuff.obj except.obj strutil.obj emem.
$(GLIB_LIBS) $(ZLIB_LIBS) reassemble_test.obj tvbuff.obj \
except.obj strutil.obj emem.obj reassemble.obj
+exntest_install:
+ set copycmd=/y
+ if exist exntest.exe xcopy exntest.exe $(INSTALL_DIR) /d
+ if exist exntest.exe.manifest xcopy exntest.exe.manifest $(INSTALL_DIR) /d
+
+tvbtest_install:
+ set copycmd=/y
+ if exist exntest.exe xcopy exntest.exe $(INSTALL_DIR) /d
+ if exist exntest.exe.manifest xcopy exntest.exe.manifest $(INSTALL_DIR) /d
+
+reassemble_test_install:
+ set copycmd=/y
+ if exist exntest.exe xcopy exntest.exe $(INSTALL_DIR) /d
+ if exist exntest.exe.manifest xcopy exntest.exe.manifest $(INSTALL_DIR) /d
+
# (Windows only) Copy some sources from /trunk to /trunk/epan.
# It is a cleaner to compile these sources seperately with this makefile than