diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-03 03:01:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-03 03:01:12 +0200 |
commit | e1d680ad556bc15b6e5821746a5fbc42a736aaf4 (patch) | |
tree | b0cff519d7ea79cb56c2acdbd5eb5fb8d0ad5c33 | |
parent | 23e3c5880901f5d744f88d1c5cd5397b5640868d (diff) |
tests: build the right tests
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2ab7995025..b255b7a1f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -288,7 +288,7 @@ test_engine_LDADD = $(systemd_LDADD) test_job_type_SOURCES = \ $(COMMON_SOURCES) \ - src/test-engine.c + src/test-job-type.c test_job_type_CPPFLAGS = $(systemd_CPPFLAGS) test_job_type_LDADD = $(systemd_LDADD) |