diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-08-12 00:28:24 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-08-12 00:28:24 +0100 |
commit | 18c95a7226148747ae886eb4992d2424cd80aae8 (patch) | |
tree | 7a4fcbcb82e86c9fc2c00f70c55cc0889e407810 /Makefile | |
parent | d07749824010f38de33b33b5d1f4036d67183fb1 (diff) | |
download | imv-18c95a7226148747ae886eb4992d2424cd80aae8.tar.gz |
Dummy windows for unit testing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |