diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-29 15:25:36 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-29 19:01:41 -0500 |
commit | 1682ff60114b7a57972a03aa99f9864064593f72 (patch) | |
tree | 9d99c02ca5123ce83d2f9babc0ed02c9b9540bbd /Makefile.am | |
parent | 3251c0d2392062b2b8354793a2037d1161f824ee (diff) |
tests: add test for unit name printing
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 c44ca0b76d..f014931033 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1325,6 +1325,10 @@ test_efivars_LDADD = \ test_unit_name_SOURCES = \ src/test/test-unit-name.c +test_unit_name_CFLAGS = \ + $(AM_CFLAGS) \ + $(DBUS_CFLAGS) + test_unit_name_LDADD = \ libsystemd-core.la |