blob: 761987d60656324192c9d0e941ae335cef72567e [file] [log] [blame]
##===- unittests/Makefile ----------------------------------*- Makefile -*-===##
LEVEL = ..
include $(LEVEL)/Makefile.config
LIBRARYNAME = UnitTestMain
BUILD_ARCHIVE = 1
CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
CPP.Flags += -Wno-variadic-macros
# FIXME: Parallel dirs is broken?
DIRS = Expr Solver Ref
include $(LEVEL)/Makefile.common
clean::
$(Verb) $(RM) -f *Tests