From b281748ca3871cb12b144c62eb3ba8903948f507 Mon Sep 17 00:00:00 2001 From: copy Date: Fri, 5 Feb 2016 19:56:25 +0100 Subject: [PATCH] Make build/libv86.js a dependency of test case --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35d297f7..b64fde5d 100644 --- a/Makefile +++ b/Makefile @@ -131,5 +131,5 @@ $(CLOSURE): wget -P closure-compiler http://dl.google.com/closure-compiler/compiler-latest.zip unzip -d closure-compiler closure-compiler/compiler-latest.zip compiler.jar -test: +test: build/libv86.js ./tests/full/run.js