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
abfcb8bf
Commit
abfcb8bf
authored
Feb 28, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added make check target to run unit tests too since this seems to be
standard.
parent
60502143
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
Make.rules.in
Make.rules.in
+3
-3
Makefile.in
Makefile.in
+1
-1
Makefile.in
dlls/Makefile.in
+1
-1
make_dlls
dlls/make_dlls
+1
-1
No files found.
Make.rules.in
View file @
abfcb8bf
...
@@ -141,7 +141,7 @@ LINTS = $(C_SRCS:.c=.ln)
...
@@ -141,7 +141,7 @@ LINTS = $(C_SRCS:.c=.ln)
.pl.ok:
.pl.ok:
$(RUNTEST) $(RUNTESTFLAGS) $< && touch $@
$(RUNTEST) $(RUNTESTFLAGS) $< && touch $@
.PHONY: all install uninstall clean distclean depend dummy test testclean
.PHONY: all install uninstall clean distclean depend dummy
check
test testclean
# 'all' target first in case the enclosing Makefile didn't define any target
# 'all' target first in case the enclosing Makefile didn't define any target
...
@@ -242,7 +242,7 @@ testclean:: $(SUBDIRS:%=%/__testclean__)
...
@@ -242,7 +242,7 @@ testclean:: $(SUBDIRS:%=%/__testclean__)
$(RM) $(TESTRESULTS)
$(RM) $(TESTRESULTS)
clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
$(RM) $(CLEAN_FILES) $(GEN_C_SRCS) $(GEN_ASM_SRCS) $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res) $(MC_SRCS:.mc=.mc.rc) $(TESTRESULTS) $(PROGRAMS)
$(RM) $(CLEAN_FILES) $(GEN_C_SRCS) $(GEN_ASM_SRCS) $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res) $(MC_SRCS:.mc=.mc.rc) $(TESTRESULTS) $(
TESTLIST) $(
PROGRAMS)
# Rules for installing
# Rules for installing
...
@@ -254,7 +254,7 @@ $(SUBDIRS:%=%/__uninstall__): dummy
...
@@ -254,7 +254,7 @@ $(SUBDIRS:%=%/__uninstall__): dummy
# Rules for testing
# Rules for testing
test:: $(TESTRESULTS)
check
test:: $(TESTRESULTS)
$(PLTESTS:.c=.ok): $(WINETEST)
$(PLTESTS:.c=.ok): $(WINETEST)
$(CTESTS:.c=.ok): $(TESTPROGRAM).so
$(CTESTS:.c=.ok): $(TESTPROGRAM).so
...
...
Makefile.in
View file @
abfcb8bf
...
@@ -134,7 +134,7 @@ checklink::
...
@@ -134,7 +134,7 @@ checklink::
@
cd
dlls
&&
$(MAKE)
checklink
@
cd
dlls
&&
$(MAKE)
checklink
@
cd
debugger
&&
$(MAKE)
checklink
@
cd
debugger
&&
$(MAKE)
checklink
test
::
check
test
::
@
cd
programs/winetest
&&
$(MAKE)
test
@
cd
programs/winetest
&&
$(MAKE)
test
@
cd
dlls
&&
$(MAKE)
test
@
cd
dlls
&&
$(MAKE)
test
...
...
dlls/Makefile.in
View file @
abfcb8bf
...
@@ -794,7 +794,7 @@ install:: $(SUBDIRS:%=%/__install__)
...
@@ -794,7 +794,7 @@ install:: $(SUBDIRS:%=%/__install__)
uninstall
::
$(SUBDIRS:%=%/__uninstall__)
uninstall
::
$(SUBDIRS:%=%/__uninstall__)
test
::
$(SUBDIRS:%=%/__test__)
check
test
::
$(SUBDIRS:%=%/__test__)
checklink
::
$(SUBDIRS:%=%/__checklink__)
checklink
::
$(SUBDIRS:%=%/__checklink__)
...
...
dlls/make_dlls
View file @
abfcb8bf
...
@@ -211,7 +211,7 @@ install:: \$(SUBDIRS:%=%/__install__)
...
@@ -211,7 +211,7 @@ install:: \$(SUBDIRS:%=%/__install__)
uninstall:: \$(SUBDIRS:%=%/__uninstall__)
uninstall:: \$(SUBDIRS:%=%/__uninstall__)
test:: \$(SUBDIRS:%=%/__test__)
check
test:: \$(SUBDIRS:%=%/__test__)
checklink:: \$(SUBDIRS:%=%/__checklink__)
checklink:: \$(SUBDIRS:%=%/__checklink__)
...
...
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