From f3d01eac8cac49b98e6e3520ee5b5480b0a6d865 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 1 Feb 2006 20:31:00 +0000 Subject: [PATCH] Put test stuff as part of Source Windows Package --- win/yaz.nsi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/win/yaz.nsi b/win/yaz.nsi index 0850346..6b0494d 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,4 +1,4 @@ -; $Id: yaz.nsi,v 1.72 2006-02-01 20:11:22 adam Exp $ +; $Id: yaz.nsi,v 1.73 2006-02-01 20:31:00 adam Exp $ !define VERSION "2.1.12" !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" @@ -142,6 +142,12 @@ Section "YAZ Source" YAZ_Source File ..\src\*.csv File ..\src\*.asn File ..\src\codetables.xml + SetOutPath $INSTDIR\test + File ..\test\marc*.* + File ..\test\*.c + File ..\test\*.sh + File ..\test\*.xml + File ..\test\*.asn SetOutPath $INSTDIR\zoom File ..\zoom\*.c SetOutPath $INSTDIR\ztest -- 1.7.10.4