[av skip] Fix utest makefile bug on travis ci.

This commit is contained in:
Zhang Xianyi 2016-02-20 00:21:43 +08:00
parent 3761c30ba4
commit a04d0555ba
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ OBJS=utest_main.o test_amax.o
all : run_test all : run_test
$(UTESTBIN): $(OBJS) $(UTESTBIN): $(OBJS)
$(CC) $(CFLAGS) -o $@ $^ ../$(LIBNAME) $(FEXTRALIB) $(CC) $(CFLAGS) -o $@ $^ ../$(LIBNAME) $(EXTRALIB) $(FEXTRALIB)
run_test: $(UTESTBIN) run_test: $(UTESTBIN)
./$(UTESTBIN) ./$(UTESTBIN)