first working and tested release
This commit is contained in:
16
test/makefile.am
Normal file
16
test/makefile.am
Normal file
@@ -0,0 +1,16 @@
|
||||
## @id $Id$
|
||||
|
||||
## 1 2 3 4 5 6 7 8
|
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
AM_CXXFLAGS += -I ${top_srcdir}/src
|
||||
AM_LDFLAGS = -L${top_builddir}/src
|
||||
LDADD = -lcppunit -lxml-cxx
|
||||
|
||||
check_PROGRAMS=xml_test
|
||||
TESTS=${check_PROGRAMS}
|
||||
|
||||
xml_test_SOURCES = xml_test.cxx
|
||||
|
||||
CLEANFILES =
|
||||
MAINTAINERCLEANFILES = makefile.in
|
Reference in New Issue
Block a user