[gobject-introspection] MSVC builds: "Install" some of the test sources
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] MSVC builds: "Install" some of the test sources
- Date: Mon, 4 Jan 2016 08:47:09 +0000 (UTC)
commit 2b4f8e004327407fe23a7f7322031d554361f098
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Jan 4 16:45:55 2016 +0800
MSVC builds: "Install" some of the test sources
Some of these test sources will be used during the test of PyGObject/PyGI,
so "install" them.
build/win32/vs10/gi-install.propsin | 6 ++++++
build/win32/vs9/gi-install.vspropsin | 5 +++++
2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/gi-install.propsin b/build/win32/vs10/gi-install.propsin
index 3a168dc..16a2a34 100644
--- a/build/win32/vs10/gi-install.propsin
+++ b/build/win32/vs10/gi-install.propsin
@@ -26,6 +26,12 @@ mkdir $(CopyDir)\include\gobject-introspection-1.0\girepository
#include "girepository.vs10.headers"
#include "giscanner.vs10.scripts"
+mkdir $(CopyDir)\share\gobject-introspection-1.0\tests
+copy ..\..\..\tests\gimarshallingtests.c $(CopyDir)\share\gobject-introspection-1.0\tests
+copy ..\..\..\tests\gimarshallingtests.h $(CopyDir)\share\gobject-introspection-1.0\tests
+copy ..\..\..\tests\scanner\regress.c $(CopyDir)\share\gobject-introspection-1.0\tests
+copy ..\..\..\tests\scanner\regress.h $(CopyDir)\share\gobject-introspection-1.0\tests
+
copy $(BinDir)\_giscanner.pyd $(CopyDir)\lib\gobject-introspection\giscanner
copy $(BinDir)\_giscanner.pdb $(CopyDir)\lib\gobject-introspection\giscanner
diff --git a/build/win32/vs9/gi-install.vspropsin b/build/win32/vs9/gi-install.vspropsin
index b1d279a..2f81e42 100644
--- a/build/win32/vs9/gi-install.vspropsin
+++ b/build/win32/vs9/gi-install.vspropsin
@@ -27,6 +27,11 @@ mkdir $(CopyDir)\include\gobject-introspection-1.0\girepository

#include "girepository.headers"
#include "giscanner.scripts"
+mkdir $(CopyDir)\share\gobject-introspection-1.0\tests

+copy ..\..\..\tests\gimarshallingtests.c $(CopyDir)\share\gobject-introspection-1.0\tests

+copy ..\..\..\tests\gimarshallingtests.h $(CopyDir)\share\gobject-introspection-1.0\tests

+copy ..\..\..\tests\scanner\regress.c $(CopyDir)\share\gobject-introspection-1.0\tests

+copy ..\..\..\tests\scanner\regress.h $(CopyDir)\share\gobject-introspection-1.0\tests

copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\_giscanner.pyd
$(CopyDir)\lib\gobject-introspection\giscanner

copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\_giscanner.pdb
$(CopyDir)\lib\gobject-introspection\giscanner

[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]