diff --git a/nemu/Makefile b/nemu/Makefile index a826be8..928f973 100644 --- a/nemu/Makefile +++ b/nemu/Makefile @@ -90,7 +90,7 @@ integration-tests: $(IMAGES) @test ! -s $(RESULT); \ r=$$?; \ $(RM) $(RESULT); \ - test $r -eq 0 + test $$r -eq 0 test: unit-tests integration-tests @$(OBJ_DIR)/tests/expr_test