diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-05-23 18:32:57 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-05-30 11:19:35 +0200 |
commit | 0763adbed5635c5eb57fc46b0b989877b3d88da6 (patch) | |
tree | a0f658a2ddb3bac7444b55b1fc34d89e8077dd42 /Makefile.am | |
parent | b50063512d4be4d29e0ca5d28f66bc1121861e3b (diff) | |
download | systemd-0763adbed5635c5eb57fc46b0b989877b3d88da6.tar.gz |
tests: add test-conf-parser
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 38e5d74203..43b819bf9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1453,6 +1453,7 @@ tests += \ test-socket-util \ test-fdset \ test-conf-files \ + test-conf-parser \ test-capability \ test-async \ test-ratelimit \ @@ -2080,6 +2081,12 @@ test_conf_files_LDADD = \ libsystemd-label.la \ libsystemd-shared.la +test_conf_parser_SOURCES = \ + src/test/test-conf-parser.c + +test_conf_parser_LDADD = \ + libsystemd-shared.la + test_bus_policy_SOURCES = \ src/bus-proxyd/test-bus-xml-policy.c |