diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-08 23:29:33 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-11 18:17:33 -0500 |
commit | 4f1a33dd0d62171bbeac74859642b8ff0ab547b8 (patch) | |
tree | 2b95b1612a4c247842362f13079139db9d35f6d1 /Makefile.am | |
parent | aac7766c107273abdc5d6f52f9a9f88d18cb14b3 (diff) |
test-path-lookup: add simple test for path lookup functions
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8a60f3fa4b..83d28773c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1354,6 +1354,7 @@ tests += \ test-utf8 \ test-ellipsize \ test-util \ + test-path-lookup \ test-ring \ test-barrier \ test-pty \ @@ -1620,6 +1621,14 @@ test_util_SOURCES = \ test_util_LDADD = \ libsystemd-shared.la +test_path_lookup_SOURCES = \ + src/test/test-path-lookup.c + +test_path_lookup_LDADD = \ + -lm \ + libsystemd-units.la \ + libsystemd-shared.la + test_uid_range_SOURCES = \ src/test/test-uid-range.c |