new project structure
This commit is contained in:
14
test/makefile.am
Normal file
14
test/makefile.am
Normal file
@@ -0,0 +1,14 @@
|
||||
## @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
|
||||
|
||||
check_PROGRAMS=
|
||||
TESTS=${check_PROGRAMS}
|
||||
|
||||
CLEANFILES =
|
||||
MAINTAINERCLEANFILES = makefile.in
|
Reference in New Issue
Block a user