From fbc1341e58bc3a79ac9410dee0acdc952acb8a5e Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 9 Jan 2024 18:35:53 +0100 Subject: [PATCH] Added unit tester to the MingW makefile. --- src/win/Makefile.mingw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index 28c93702d..0cf34d6c6 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -618,7 +618,8 @@ DEVOBJ := bugger.o cartridge.o cassette.o hasp.o hwm.o hwm_lm75.o hwm_lm78.o hwm mouse_serial.o mouse_ps2.o \ mouse_wacom_tablet.o \ nec_mate_unk.o phoenix_486_jumper.o \ - serial_passthrough.o + serial_passthrough.o \ + unittester.o SIOOBJ := sio_acc3221.o sio_ali5123.o \ sio_f82c710.o sio_82091aa.o sio_fdc37c6xx.o \