X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fuser%2FMakefile;h=bcd3dad0940237f4aea54b23f422b27f915bfbf4;hb=c133f16bdc98a06211111f3365b525b67379199f;hp=6c773f7be18dff1d06baa36b7aeb6e2460025af0;hpb=ff2341d9a2227f1377635288e77e04a8d0246ec5;p=lttv.git diff --git a/tests/user/Makefile b/tests/user/Makefile index 6c773f7b..bcd3dad0 100644 --- a/tests/user/Makefile +++ b/tests/user/Makefile @@ -14,11 +14,14 @@ all: tests #TEST PROGRAMS -tests: test-usertrace-time +tests: test-usertrace-time test-usertrace-time-slow test-usertrace-time: test-usertrace-time.c ltt-facility-loader-user_tests.c $(CC) $(CFLAGS) -lltt-usertrace-fast -o $@ $^ +test-usertrace-time-slow: test-usertrace-time-slow.c ltt-facility-loader-user_tests.c + $(CC) $(CFLAGS) -o $@ $^ + #LIBRAIRIES .PHONY : clean tests