add high speed blocking test
[lttv.git] / usertrace-generic / Makefile
index 94a5a6a2517de0616863226c151d64db696ce2ca..8d02d71bbeac1d6925d9060c2d3d022f5e7c996c 100644 (file)
@@ -2,13 +2,16 @@
 
 CC=gcc
 
-all: sample-thread sample
+all: sample-thread sample sample-highspeed
 
 sample-thread: sample-thread.c ltt-facility-loader-user_generic.c
        $(CC) $(CFLAGS) -I. -lpthread -o $@ $^
 
 sample: sample.c ltt-facility-loader-user_generic.c
        $(CC) $(CFLAGS) -I. -o $@ $^
+       
+sample-highspeed: sample-highspeed.c ltt-facility-loader-user_generic.c
+       $(CC) $(CFLAGS) -I. -o $@ $^
 
 .PHONY : clean
 
This page took 0.024298 seconds and 4 git commands to generate.