summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@jp.adit-jv.com>2016-10-13 17:26:47 +0900
committerChristoph Lipka <clipka@jp.adit-jv.com>2016-10-24 13:39:57 +0900
commit5e776aa91512c2faa36cad037e30fa3aeda715a6 (patch)
tree0d14efc4f185fc2431654d240c4f20ceef64afe4
parente1c8c95cd41c1b6e2a460335b797c3e84784644d (diff)
downloadDLT-daemon-5e776aa91512c2faa36cad037e30fa3aeda715a6.tar.gz
Systemd-journal-test: Add WITH_DLT_UNIT_TEST flag when building sources
Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
-rwxr-xr-xtests/start_systemd_journal_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/start_systemd_journal_test.sh b/tests/start_systemd_journal_test.sh
index aecac47..9789828 100755
--- a/tests/start_systemd_journal_test.sh
+++ b/tests/start_systemd_journal_test.sh
@@ -3,7 +3,7 @@
#build and install with SYSTEMD_JOURNAL=ON
mkdir ../build
cd ../build/
-cmake -DWITH_SYSTEMD_JOURNAL=ON ..
+cmake -DWITH_SYSTEMD_JOURNAL=ON -DWITH_DLT_UNIT_TESTS=ON ..
make
sudo make install
#enable SYSTEMD_JOURNAL in config file