7 lines
98 B
Makefile
7 lines
98 B
Makefile
|
include $(top_srcdir)/tests/Makefile.am_fragment
|
||
|
|
||
|
noinst_PROGRAMS = test
|
||
|
test_SOURCES = main.cc
|
||
|
|
||
|
|