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
454fb3c1
Commit
454fb3c1
authored
Feb 08, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Generate the list of test binaries from configure.
parent
d5addea2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
aclocal.m4
aclocal.m4
+2
-0
configure
configure
+0
-0
configure.ac
configure.ac
+1
-0
Makefile.in
programs/winetest/Makefile.in
+1
-3
No files found.
aclocal.m4
View file @
454fb3c1
...
...
@@ -223,6 +223,8 @@ dnl Usage: WINE_CONFIG_TEST(dir)
dnl
AC_DEFUN([WINE_CONFIG_TEST],
[m4_pushdef([ac_name],m4_bpatsubst([$1],[.*/\(.*\)/tests$],[\1_test]))dnl
ALL_TEST_BINARIES="$ALL_TEST_BINARIES \\
ac_name.exe"
ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
ac_name.exe: \$(TOPOBJDIR)/$1/ac_name.exe$DLLEXT
cp \$(TOPOBJDIR)/$1/ac_name.exe$DLLEXT \$[@] && \$(STRIP) \$[@]
...
...
configure
View file @
454fb3c1
This diff is collapsed.
Click to expand it.
configure.ac
View file @
454fb3c1
...
...
@@ -2108,6 +2108,7 @@ AC_SUBST(ALL_STATIC_LIBS,"")
AC_SUBST(ALL_IMPORT_LIBS,"")
AC_SUBST(ALL_IMPORTLIB_RULES,"")
AC_SUBST(ALL_TEST_DIRS,"")
AC_SUBST(ALL_TEST_BINARIES,"")
AC_SUBST(ALL_PROGRAM_DIRS,"")
AC_SUBST(ALL_PROGRAM_INSTALL_DIRS,"")
AC_SUBST(ALL_PROGRAM_BIN_INSTALL_DIRS,"")
...
...
programs/winetest/Makefile.in
View file @
454fb3c1
...
...
@@ -18,9 +18,7 @@ RC_SRCS = \
SVG_SRCS
=
winetest.svg
ALL_TEST_DIRS
=
@ALL_TEST_DIRS@
TESTBINS
=
$
(
ALL_TEST_DIRS:%/tests
=
%_test.exe
)
TESTBINS
=
@ALL_TEST_BINARIES@
TESTRCS
=
build.rc
$
(
TESTBINS:.exe
=
.rc
)
EXTRA_OBJS
=
$
(
TESTRCS:.rc
=
.res
)
...
...
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