mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-04 17:26:32 +00:00
7 lines
176 B
Makefile
7 lines
176 B
Makefile
|
AM_CPPFLAGS = -I$(top_srcdir)
|
||
|
bin_PROGRAMS = ELFIOTest
|
||
|
ELFIOTest_SOURCES = ELFIOTest.cpp ELFIOTest1.cpp
|
||
|
ELFIOTest_LDADD = -lboost_unit_test_framework
|
||
|
|
||
|
TESTS=runELFtests
|