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
2ea1a8a9
Commit
2ea1a8a9
authored
Aug 06, 2011
by
Markus Kauppila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Makefile.am's to hg.
parent
2253de34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
Makefile.am
test/test-automation/src/libtest/Makefile.am
+22
-0
Makefile.am
test/test-automation/src/runner/Makefile.am
+7
-0
No files found.
test/test-automation/src/libtest/Makefile.am
0 → 100644
View file @
2ea1a8a9
lib_LTLIBRARIES
=
libtest.la
libtest_la_SOURCES
=
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
\
fuzzer/utl_crc32.c
\
fuzzer/utl_md5.c
\
fuzzer/utl_random.c
\
fuzzer/fuzzer.c
\
../runner/logger.h
INCLUDE
=
-I
../../include
libtest_la_CLAGS
=
-fPIC
-g
libtest_la_LDFLAGS
=
`
sdl-config
--libs
`
libtest
:
libtest.la
echo
"Test library compiled."
test/test-automation/src/runner/Makefile.am
0 → 100644
View file @
2ea1a8a9
INCLUDE
=
-I
../libtest
-I
../../include
bin_PROGRAMS
=
runner
runner_SOURCES
=
runner.c support.c
runner_LDADD
=
../libtest/libtest.la
runner_CFLAGS
=
-W
-Wall
-Wextra
-g
`
sdl-config
--cflags
`
-DSDL_NO_COMPAT
runner_LDFLAGS
=
`
sdl-config
--libs
`
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