Refactor job to allow synchronous calls
[src/app-framework-binder.git] / src / tests / test-thread.sh
index d5186d1..fe73516 100755 (executable)
@@ -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 -O2
-gdb ./test-thread
+./test-thread