source: MondoRescue/branches/3.0/mondo/test/Makefile.am@ 3080

Last change on this file since 3080 was 2233, checked in by Bruno Cornec, 15 years ago

r3127@localhost: bruno | 2009-06-18 20:05:36 +0200
Adds a test progrm for truncate_to_drive_name function

File size: 712 bytes
Line 
1AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
2
3## The program
4sbin_PROGRAMS = mrtest_mountlist mrtest_truncname
5mrtest_mountlist_SOURCES = test-mountlist.c ${top_builddir}/src/mondorestore/mondo-prep.c ${top_builddir}/src/mondorestore/mondo-rstr-newt.c ${top_builddir}/src/mondorestore/mondo-rstr-tools.c
6mrtest_mountlist_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
7mrtest_truncname_SOURCES = test-truncname.c ${top_builddir}/src/common/libmondo-string.c
8mrtest_truncname_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note: See TracBrowser for help on using the repository browser.