aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-03-30 14:22:03 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-03-30 14:24:01 +0200
commitc710a0da4ebcc126275c42a0387ff85b2557e3ae (patch)
treeef27fc3cb68c93475c37965fbcf0b2f8236370ca /src/tests
parent89c44a872117fb8f64d38cbccf8f36776f2623f6 (diff)
Overall integration of job initialisation
Move the job initialisation from main to jobs. Change-Id: I8f5b54adb62e60592884ff1e3fad9811b5934d47 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/tests')
-rwxr-xr-xsrc/tests/test-thread.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-thread.sh b/src/tests/test-thread.sh
index e353e028..a9e2ee3b 100755
--- a/src/tests/test-thread.sh
+++ b/src/tests/test-thread.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-cc test-thread.c ../afb-thread.c ../verbose.c ../sig-monitor.c ../jobs.c -o test-thread -lrt -lpthread -I../../include -g
+cc test-thread.c ../afb-thread.c ../verbose.c ../sig-monitor.c ../jobs.c -o test-thread -lrt -lpthread -lsystemd I../../include -g
./test-thread