aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/cpp_app/Makefile.am
blob: eaf3decda4dc201ac8eb73d8d1b24156f593e456 (plain)
1
2
3
4
5
6
7
8
9
bin_PROGRAMS = cpp_app
cpp_app_SOURCES = cpp_app.cpp
cpp_app_CXXFLAGS = $(PROJ_CFLAGS)
cpp_app_LDADD = $(PROJ_LIBS)
TESTS = \
  test_libpath.sh \
  test_transform.sh \
  test_searchpath.sh \
  test_version.sh