Don't run tests by default

llvm-svn: 3787
This commit is contained in:
Chris Lattner 2002-09-17 23:04:24 +00:00
parent b8f3fab589
commit a4064a63a4
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ FE_OBJS = \
symtab.o \ symtab.o \
y.tab.o y.tab.o
all: test
burg: $(BU_OBJS) $(FE_OBJS) burg: $(BU_OBJS) $(FE_OBJS)
$(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS) $(CC) -o burg $(CFLAGS) $(BU_OBJS) $(FE_OBJS)