source: MondoRescue/branches/2.2.9/mondo/test/Makefile.am@ 2202

Last change on this file since 2202 was 2202, checked in by Bruno Cornec, 15 years ago
  • Remove useless function look_for_weird_formats
  • Adds a test program for mountlist management to find a seg. fault bug when using a large mountlist file
File size: 304 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
5mrtest_mountlist_SOURCES = test-mountlist.c
6mrtest_mountlist_LDADD = ${top_builddir}/src/common/libmondo.a @MONDORESTORE_STATIC@
Note: See TracBrowser for help on using the repository browser.