aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tests')
-rw-r--r--tools/tests/x86_emulator/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/tests/x86_emulator/Makefile b/tools/tests/x86_emulator/Makefile
index fa76e24fa1..5d9de9b105 100644
--- a/tools/tests/x86_emulator/Makefile
+++ b/tools/tests/x86_emulator/Makefile
@@ -7,6 +7,10 @@ TARGET := test_x86_emulator
.PHONY: all
all: $(TARGET)
+.PHONY: run
+run: $(TARGET)
+ ./$(TARGET)
+
.PHONY: blowfish.h
blowfish.h:
rm -f blowfish.bin