repo.or.cz
/
fbsplash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
core: add support for the autoverbose feature
[fbsplash.git]
/
core
/
src
/
test
/
Makefile.am
blob
1a26c89ae71e5fe86220652c85e9a9a6afec4f22
1
check_PROGRAMS = test_parser
2
3
TESTS = test_parser
4
5
test_parser_SOURCES = test_parser.c ../parse.c
6
test_parser_CPPFLAGS = $(AM_CPPFLAGS) $(libfbsplashrender_la_CFLAGS) -DTARGET_UTIL
7
test_parser_LDFLAGS = $(AM_LDFLAGS) ../libfbsplashrender.la ../libfbsplash.la
8