Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d7c606d6
Commit
d7c606d6
authored
Apr 02, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various makefile fixes for the test environment.
parent
5068347b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
9 deletions
+20
-9
Make.rules.in
Make.rules.in
+3
-0
Makefile.in
Makefile.in
+11
-3
Makefile.in
dlls/Makefile.in
+0
-3
make_dlls
dlls/make_dlls
+0
-3
Makefile.in
dlls/oleaut32/Makefile.in
+2
-0
Makefile.in
programs/winetest/Makefile.in
+4
-0
No files found.
Make.rules.in
View file @
d7c606d6
...
@@ -259,6 +259,9 @@ $(SUBDIRS:%=%/__uninstall__): dummy
...
@@ -259,6 +259,9 @@ $(SUBDIRS:%=%/__uninstall__): dummy
check test:: $(TESTRESULTS)
check test:: $(TESTRESULTS)
$(SUBDIRS:%=%/__test__): dummy
@cd `dirname $@` && $(MAKE) test
$(PLTESTS:.c=.ok): $(WINETEST)
$(PLTESTS:.c=.ok): $(WINETEST)
$(CTESTS:.c=.ok): $(TESTPROGRAM).so
$(CTESTS:.c=.ok): $(TESTPROGRAM).so
...
...
Makefile.in
View file @
d7c606d6
...
@@ -71,6 +71,11 @@ INSTALLSUBDIRS = \
...
@@ -71,6 +71,11 @@ INSTALLSUBDIRS = \
tsx11
\
tsx11
\
unicode
unicode
# Sub-directories to run make test into
TESTSUBDIRS
=
\
programs/winetest
\
dlls
EMUOBJS
=
\
EMUOBJS
=
\
miscemu/miscemu.o
miscemu/miscemu.o
...
@@ -157,9 +162,12 @@ checklink::
...
@@ -157,9 +162,12 @@ checklink::
@
cd
dlls
&&
$(MAKE)
checklink
@
cd
dlls
&&
$(MAKE)
checklink
@
cd
debugger
&&
$(MAKE)
checklink
@
cd
debugger
&&
$(MAKE)
checklink
check test
::
test_environment
:
dummy
@
cd
programs/winetest
&&
$(MAKE)
test
@
cd
programs/winetest
&&
$(MAKE)
all
@
cd
dlls
&&
$(MAKE)
test
$(TESTSUBDIRS
:
%=%/__test__): test_environment
check test
::
$(TESTSUBDIRS:%=%/__test__)
TAGS etags
:
TAGS etags
:
etags
`
find
$(TOPSRCDIR)
-name
'*.[chS]'
-print
|
grep
-v
dbgmain
`
etags
`
find
$(TOPSRCDIR)
-name
'*.[chS]'
-print
|
grep
-v
dbgmain
`
...
...
dlls/Makefile.in
View file @
d7c606d6
...
@@ -840,9 +840,6 @@ libkernel32.dll.$(LIBEXT): kernel/kernel32.dll$(DLLEXT)
...
@@ -840,9 +840,6 @@ libkernel32.dll.$(LIBEXT): kernel/kernel32.dll$(DLLEXT)
# Misc rules
# Misc rules
$(SUBDIRS
:
%=%/__test__): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
test
$(SUBDIRS
:
%=%/__checklink__): dummy
$(SUBDIRS
:
%=%/__checklink__): dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
checklink
@
cd
`
dirname
$@
`
&&
$(MAKE)
checklink
...
...
dlls/make_dlls
View file @
d7c606d6
...
@@ -246,9 +246,6 @@ foreach $mod (keys %linkable_dlls)
...
@@ -246,9 +246,6 @@ foreach $mod (keys %linkable_dlls)
print
NEWMAKE
<<EOF;
print
NEWMAKE
<<EOF;
# Misc rules
# Misc rules
\$(SUBDIRS:%=%/__test__): dummy
\@cd `dirname \$\@` && \$(MAKE) test
\$(SUBDIRS:%=%/__checklink__): dummy
\$(SUBDIRS:%=%/__checklink__): dummy
\@cd `dirname \$\@` && \$(MAKE) checklink
\@cd `dirname \$\@` && \$(MAKE) checklink
...
...
dlls/oleaut32/Makefile.in
View file @
d7c606d6
...
@@ -32,6 +32,8 @@ RC_SRCS = \
...
@@ -32,6 +32,8 @@ RC_SRCS = \
CTESTS
=
tests/vartest.c
CTESTS
=
tests/vartest.c
EXTRASUBDIRS
=
tests
@MAKE_DLL_RULES@
@MAKE_DLL_RULES@
### Dependencies:
### Dependencies:
...
...
programs/winetest/Makefile.in
View file @
d7c606d6
...
@@ -10,6 +10,8 @@ MODULE = winetest
...
@@ -10,6 +10,8 @@ MODULE = winetest
C_SRCS
=
winetest.c
C_SRCS
=
winetest.c
EXTRA_SRCS
=
wtmain.c
EXTRA_OBJS
=
wine.o
EXTRA_OBJS
=
wine.o
EXTRASUBDIRS
=
include tests
EXTRASUBDIRS
=
include tests
...
@@ -19,6 +21,8 @@ PLTESTS = \
...
@@ -19,6 +21,8 @@ PLTESTS = \
@MAKE_PROG_RULES@
@MAKE_PROG_RULES@
all
:
wtmain.o
wine.c
:
wine.xs
wine.c
:
wine.xs
perl
$(XSUBPPDIR)
/xsubpp
-typemap
$(XSUBPPDIR)
/typemap
$(SRCDIR)
/wine.xs
>
wine.c
||
$(RM)
wine.c
perl
$(XSUBPPDIR)
/xsubpp
-typemap
$(XSUBPPDIR)
/typemap
$(SRCDIR)
/wine.xs
>
wine.c
||
$(RM)
wine.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment