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

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

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

include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest