From 8646ee00a8af9f1292e9ce9605f9fc8c3e3b6bb5 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 31 Dec 2020 19:14:31 -0600 Subject: [PATCH] Clean up --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index c63353aa..6fe6a960 100644 --- a/Makefile +++ b/Makefile @@ -247,14 +247,12 @@ jitpagingtests: all-debug qemutests: all-debug $(MAKE) -C tests/qemu test-i386 ./tests/qemu/run.js > /tmp/v86-test-result - #./tests/qemu/test-i386 > /tmp/v86-test-reference ./tests/qemu/run-qemu.js > /tmp/v86-test-reference diff /tmp/v86-test-result /tmp/v86-test-reference qemutests-release: all $(MAKE) -C tests/qemu test-i386 time ./tests/qemu/run.js > /tmp/v86-test-result - #./tests/qemu/test-i386 > /tmp/v86-test-reference ./tests/qemu/run-qemu.js > /tmp/v86-test-reference diff /tmp/v86-test-result /tmp/v86-test-reference