ELFIO/ELFIOTest/Makefile.am
Serge Lamikhov-Center de472e3e96 Just an obsession
2020-06-10 07:23:23 -07:00

7 lines
185 B
Makefile

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