From c8b55b3fd4924abcdf919458b0d8adb0ec00b0f2 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 23:23:50 +0200 Subject: user: break out the shell and tests into separate binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6f592b..4bbe24d 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ test: all @# for some reason the first sent character doesn't go through to the shell @# the empty echo takes care of that, so the next echos will work just fine @echo > out/qemu.in - echo run_tests > out/qemu.in + echo tests > out/qemu.in echo exit > out/qemu.in @echo @cat out/qemu.out -- cgit v1.2.3