mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
[Test] Convert theme-parser test to use libcheck.
This commit is contained in:
parent
90d946b809
commit
aba295647a
2 changed files with 718 additions and 475 deletions
|
@ -415,8 +415,8 @@ helper_test_LDADD=\
|
|||
$(libsn_LIBS)\
|
||||
$(cairo_LIBS)
|
||||
|
||||
theme_parser_test_CFLAGS=${helper_test_CFLAGS}
|
||||
theme_parser_test_LDADD=${helper_test_LDADD}
|
||||
theme_parser_test_CFLAGS=${helper_test_CFLAGS} $(check_CFLAGS)
|
||||
theme_parser_test_LDADD=${helper_test_LDADD} $(check_LIBS)
|
||||
|
||||
helper_expand_SOURCES=\
|
||||
config/config.c\
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue