diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-05-20 22:27:51 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-05-20 22:27:51 -0700 |
commit | 73ffeecaebbc313eb5713d779622b6e91cc72675 (patch) | |
tree | 022d8f867fdc8773073665d0d908b56d9a019ce3 /Makefile | |
parent | 863ea0b3f8b8879ac3092f391a68dc95d0d04de2 (diff) |
Add some tests for hint timing and fix it properly this time.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -106,6 +106,9 @@ stateview : stateview.o vdp.o render_sdl.o $(CONFIGOBJS) gst.o vgmplay : vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS) $(CC) -o vgmplay vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS) $(LDFLAGS) + +test : test.o vdp.o + $(CC) -o test test.o vdp.o testgst : testgst.o gst.o $(CC) -o testgst testgst.o gst.o |