Automatically run tests again
This commit is contained in:
parent
022b5a87ec
commit
323d8916e0
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ all: $(TARGETS)
|
||||||
|
|
||||||
%.test: %.o cputime.o
|
%.test: %.o cputime.o
|
||||||
$(CC) $(COVERAGE_FLAGS) $(LDFLAGS) -o $@ cputime.o $< $(LIBS)
|
$(CC) $(COVERAGE_FLAGS) $(LDFLAGS) -o $@ cputime.o $< $(LIBS)
|
||||||
# ./$@
|
./$@
|
||||||
# rm $@
|
rm $@
|
||||||
|
|
||||||
%.o: %.c test.h
|
%.o: %.c test.h
|
||||||
$(CC) $(CFLAGS) -o $@ -c $<
|
$(CC) $(CFLAGS) -o $@ -c $<
|
||||||
|
|
Loading…
Reference in a new issue