diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-15 14:48:12 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-15 16:00:45 +0100 |
commit | 2c5417ade0d137f811e4fcc1b099f963e6d5a820 (patch) | |
tree | e7fea0634809aeb59f225ea24460898ffdab1cb3 /Makefile.am | |
parent | a66f3bea8b9978fa9e232f213dd6d762254c0f0a (diff) |
tests: add tests for config_parse_exec
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e3b629f89e..da3885dbe7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1248,6 +1248,10 @@ test_unit_name_LDADD = \ test_unit_file_SOURCES = \ src/test/test-unit-file.c +test_unit_file_CFLAGS = \ + $(AM_CFLAGS) \ + $(DBUS_CFLAGS) + test_unit_file_LDADD = \ libsystemd-core.la |