diff --git a/test/CBackend/Makefile b/test/CBackend/Makefile index 06e1bdeb6bf..e549e6e5fad 100644 --- a/test/CBackend/Makefile +++ b/test/CBackend/Makefile @@ -15,7 +15,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to)) Output/%.to: Output/%.c - $(CC) -c $< -o $@ || \ + $(CC) -c -Werror $< -o $@ || \ (rm -f $@; $(FAILURE) $@ ) Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)