aboutsummaryrefslogtreecommitdiff
path: root/tests/plugins/local.mk
blob: 40350aa96ab88e1dbfc0ae5b501fa9256a8987f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
libraries += libplugintest

libplugintest_DIR := $(d)

libplugintest_SOURCES := $(d)/plugintest.cc

libplugintest_ALLOW_UNDEFINED := 1

libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1

libplugintest_CXXFLAGS := -I src/libutil -I src/libstore -I src/libexpr -I src/libfetchers