diff --git a/tests/Makefile b/tests/Makefile index fe3fe13..f12ef10 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -15,8 +15,8 @@ all: $(TARGETS) %.test: %.o cputime.o $(CC) $(COVERAGE_FLAGS) $(LDFLAGS) -o $@ cputime.o $< $(LIBS) - # ./$@ - # rm $@ + ./$@ + rm $@ %.o: %.c test.h $(CC) $(CFLAGS) -o $@ -c $<