From: Mike Lowis Date: Mon, 8 Jan 2024 18:05:26 +0000 (-0500) Subject: fixed up unit test linker errors for window manager X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=8383a89c25df6fee34c61f29f1b1be3dc8aa8377;p=proto%2Faos.git fixed up unit test linker errors for window manager --- diff --git a/.gitignore b/.gitignore index 120195e..521f6f1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ build/ build.bin tags temp -rules.mk +./rules.mk diff --git a/test/rules.mk b/test/rules.mk new file mode 100644 index 0000000..c07cbc4 --- /dev/null +++ b/test/rules.mk @@ -0,0 +1,5 @@ +$(OUTDIR)/test/winmgr: $(OUTDIR)/obj/bin/winmgr/event.o +$(OUTDIR)/test/winmgr: $(OUTDIR)/obj/bin/winmgr/client.o +$(OUTDIR)/test/winmgr: $(OUTDIR)/obj/bin/winmgr/mouse.o +$(OUTDIR)/test/winmgr: $(OUTDIR)/obj/bin/winmgr/util.o +$(OUTDIR)/test/winmgr: $(OUTDIR)/obj/bin/winmgr/mons.o