update script
[lttv.git] / tests / user / Makefile
index 6c773f7be18dff1d06baa36b7aeb6e2460025af0..bcd3dad0940237f4aea54b23f422b27f915bfbf4 100644 (file)
@@ -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
This page took 0.022382 seconds and 4 git commands to generate.