about summary refs log tree commit diff homepage
path: root/unittests/Assignment/Makefile
blob: d4110c804adcd375b5702f5f3e946063a2d8e1a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
##===- unittests/Assignment/Makefile -----------------------*- Makefile -*-===##

LEVEL := ../..
include $(LEVEL)/Makefile.config

TESTNAME := Assignment
USEDLIBS := kleaverExpr.a
LINK_COMPONENTS := support

include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest

CXXFLAGS += -DLLVM_29_UNITTEST