Added a scaling test program
This commit is contained in:
parent
bc838ec7ba
commit
05ba63bd32
2 changed files with 190 additions and 0 deletions
|
@ -43,6 +43,7 @@ TARGETS = \
|
|||
testplatform$(EXE) \
|
||||
testpower$(EXE) \
|
||||
testresample$(EXE) \
|
||||
testscale$(EXE) \
|
||||
testsem$(EXE) \
|
||||
testshader$(EXE) \
|
||||
testshape$(EXE) \
|
||||
|
@ -153,6 +154,9 @@ testoverlay$(EXE): $(srcdir)/testoverlay.c
|
|||
testplatform$(EXE): $(srcdir)/testplatform.c
|
||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
|
||||
|
||||
testscale$(EXE): $(srcdir)/testscale.c $(srcdir)/common.c
|
||||
$(CC) -o $@ $(srcdir)/testscale.c $(srcdir)/common.c $(CFLAGS) $(LIBS)
|
||||
|
||||
testsem$(EXE): $(srcdir)/testsem.c
|
||||
$(CC) -o $@ $? $(CFLAGS) $(LIBS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue