Removed missing test program from Makefile.
parent
f4dcc24698
commit
31832d2a58
|
@ -38,7 +38,6 @@ TARGETS = \
|
||||||
testloadso$(EXE) \
|
testloadso$(EXE) \
|
||||||
testlock$(EXE) \
|
testlock$(EXE) \
|
||||||
testmultiaudio$(EXE) \
|
testmultiaudio$(EXE) \
|
||||||
testmultiaudio2$(EXE) \
|
|
||||||
testnative$(EXE) \
|
testnative$(EXE) \
|
||||||
testoverlay2$(EXE) \
|
testoverlay2$(EXE) \
|
||||||
testplatform$(EXE) \
|
testplatform$(EXE) \
|
||||||
|
@ -106,9 +105,6 @@ testautomation$(EXE): $(srcdir)/testautomation.c \
|
||||||
testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c
|
testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c
|
||||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
||||||
|
|
||||||
testmultiaudio2$(EXE): $(srcdir)/testmultiaudio2.c
|
|
||||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
|
||||||
|
|
||||||
testatomic$(EXE): $(srcdir)/testatomic.c
|
testatomic$(EXE): $(srcdir)/testatomic.c
|
||||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue