Skip to content

Commit

Permalink
Removed missing test program from Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Dec 25, 2014
1 parent f4dcc24 commit 31832d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/Makefile.in
Expand Up @@ -38,7 +38,6 @@ TARGETS = \
testloadso$(EXE) \
testlock$(EXE) \
testmultiaudio$(EXE) \
testmultiaudio2$(EXE) \
testnative$(EXE) \
testoverlay2$(EXE) \
testplatform$(EXE) \
Expand Down Expand Up @@ -106,9 +105,6 @@ testautomation$(EXE): $(srcdir)/testautomation.c \
testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

testmultiaudio2$(EXE): $(srcdir)/testmultiaudio2.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

testatomic$(EXE): $(srcdir)/testatomic.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

Expand Down

0 comments on commit 31832d2

Please sign in to comment.