aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-12 00:28:24 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-12 00:28:24 +0100
commit18c95a7226148747ae886eb4992d2424cd80aae8 (patch)
tree7a4fcbcb82e86c9fc2c00f70c55cc0889e407810 /Makefile
parentd07749824010f38de33b33b5d1f4036d67183fb1 (diff)
downloadimv-18c95a7226148747ae886eb4992d2424cd80aae8.tar.gz
Dummy windows for unit testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6729cb..bf1f8e1 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ $(BUILDDIR):
$(BUILDDIR)/%.o: src/%.c Makefile
$(CC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
-$(BUILDDIR)/test_%: test/%.c $(filter-out src/main.c, $(SOURCES))
+$(BUILDDIR)/test_%: test/%.c src/dummy_window.c $(filter-out src/main.c, $(SOURCES))
$(CC) -o $@ -Isrc $(TFLAGS) $^ $(LDFLAGS) $(TLIBS)
check: $(BUILDDIR) $(TESTS)