Don't run tests by default

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3787 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-17 23:04:24 +00:00
parent 4f372f0f41
commit ab83fe2db9
2 changed files with 0 additions and 4 deletions

View File

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

View File

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