ELFIO/ELFIOTest/Makefile.am
2020-05-29 03:25:17 -07:00

7 lines
179 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)/..
bin_PROGRAMS = ELFIOTest
ELFIOTest_SOURCES = ELFIOTest.cpp ELFIOTest1.cpp
ELFIOTest_LDADD = -lboost_unit_test_framework
TESTS=runELFtests