Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
1ba2041d
Commit
1ba2041d
authored
Jul 20, 2011
by
Markus Kauppila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed linking issue concerning test suites.
Fixed linux build (it compiles and runs properly).
parent
51d6f10f
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
13 deletions
+15
-13
Makefile.am
test/test-automation/Makefile.am
+4
-0
configure.ac
test/test-automation/configure.ac
+1
-1
Makefile.am
test/test-automation/testaudio/Makefile.am
+2
-2
Makefile.am
test/test-automation/testdummy/Makefile.am
+1
-2
testdummy.c
test/test-automation/testdummy/testdummy.c
+1
-1
Makefile.am
test/test-automation/testplatform/Makefile.am
+2
-2
Makefile.am
test/test-automation/testrect/Makefile.am
+2
-2
Makefile.am
test/test-automation/testsurface/Makefile.am
+2
-3
No files found.
test/test-automation/Makefile.am
View file @
1ba2041d
...
...
@@ -14,6 +14,10 @@ libtest_la_SOURCES = SDL_test.c logger_helpers.c plain_logger.c xml_logger.c xml
libtest_la_CLAGS
=
-fPIC
-g
libtest_la_LDFLAGS
=
`
sdl-config
--libs
`
libtest
:
libtest.la
echo
"Test library compiled."
all-local
:
install-tests
install
:
install-tests
install-tests
:
$(SHELL)
build-scripts/install-tests.sh
...
...
test/test-automation/configure.ac
View file @
1ba2041d
...
...
@@ -44,4 +44,4 @@ echo ""
echo "========================================"
echo ""
echo "./configure ready!"
echo "you're ready to run: 'make
&& make install
'"
echo "you're ready to run: 'make
libtest && make
'"
test/test-automation/testaudio/Makefile.am
View file @
1ba2041d
lib_LTLIBRARIES
=
libtestaudio.la
libtestaudio_la_SOURCES
=
testaudio.c
../SDL_test.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c
libtestaudio_la_SOURCES
=
testaudio.c
libtestaudio_la_CLAGS
=
-fPIC
-g
libtestaudio_la_LDFLAGS
=
`
sdl-config
--libs
`
libtestaudio_la_LDFLAGS
=
`
sdl-config
--libs
`
-I
../.libs/libtest.la
test/test-automation/testdummy/Makefile.am
View file @
1ba2041d
lib_LTLIBRARIES
=
libtestdummy.la
libtestdummy_la_SOURCES
=
testdummy.c
libtestdummy_la_CLAGS
=
-fPIC
-g
libtestdummy_la_LIBADD
=
../libtest.la
libtestdummy_la_LDFLAGS
=
`
sdl-config
--libs
`
libtestdummy_la_LDFLAGS
=
`
sdl-config
--libs
`
-I
../.libs/libtest.la
test/test-automation/testdummy/testdummy.c
View file @
1ba2041d
...
...
@@ -95,7 +95,7 @@ void
dummycase2
(
void
*
arg
)
{
char
*
msg
=
"eello"
;
msg
[
0
]
=
'H'
;
//
msg[0] = 'H';
AssertTrue
(
1
,
"Assert message"
);
}
...
...
test/test-automation/testplatform/Makefile.am
View file @
1ba2041d
lib_LTLIBRARIES
=
libtestplatform.la
libtestplatform_la_SOURCES
=
testplatform.c
../SDL_test.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c
libtestplatform_la_SOURCES
=
testplatform.c
libtestplatform_la_CLAGS
=
-fPIC
-g
libtestplatform_la_LDFLAGS
=
`
sdl-config
--libs
`
libtestplatform_la_LDFLAGS
=
`
sdl-config
--libs
`
-I
../.libs/libtest.la
test/test-automation/testrect/Makefile.am
View file @
1ba2041d
lib_LTLIBRARIES
=
libtestrect.la
libtestrect_la_SOURCES
=
testrect.c
../SDL_test.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c
libtestrect_la_SOURCES
=
testrect.c
libtestrect_la_CLAGS
=
-fPIC
-g
libtestrect_la_LDFLAGS
=
`
sdl-config
--libs
`
libtestrect_la_LDFLAGS
=
`
sdl-config
--libs
`
-I
../.libs/libtest.la
test/test-automation/testsurface/Makefile.am
View file @
1ba2041d
lib_LTLIBRARIES
=
libtestsurface.la
libtestsurface_la_SOURCES
=
testsurface.c ../SDL_test.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c
\
../common/common.c ../common/img_blit.c ../common/img_blitblend.c ../common/img_face.c ../common/img_primitives.c ../common/img_primitivesblend.c
libtestsurface_la_SOURCES
=
testsurface.c
libtestsurface_la_CLAGS
=
-fPIC
-g
libtestsurface_la_LDFLAGS
=
`
sdl-config
--libs
`
libtestsurface_la_LDFLAGS
=
`
sdl-config
--libs
`
-I
../.libs/libtest.la
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