]> git.mdlowis.com Git - proto/aos.git/commitdiff
fixed up unit test linker errors for window manager master
authorMike Lowis <mike.lowis@gentex.com>
Mon, 8 Jan 2024 18:05:26 +0000 (13:05 -0500)
committerMike Lowis <mike.lowis@gentex.com>
Mon, 8 Jan 2024 18:05:26 +0000 (13:05 -0500)
.gitignore
test/rules.mk [new file with mode: 0644]

index 120195ef6e8fe31c7ef2783b8978ac7ae021e116..521f6f1d1a43037a4f804325f4514922d3c2bd16 100644 (file)
@@ -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 (file)
index 0000000..c07cbc4
--- /dev/null
@@ -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