Changeset 3564 in MondoRescue for branches/3.2/mondo/test


Ignore:
Timestamp:
Apr 12, 2016, 3:37:06 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Fix previous logfile copy on target media
  • Rename libmondo-mountlist.c as mondo-rstr-mountlist.c with corresponding includes as this is only used by mondorestore and update build process for that.
Location:
branches/3.2/mondo/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/test/Makefile.am

    r3498 r3564  
    66mrtest_PROGRAMS           = mrtest_mountlist mrtest_truncname mrtest_stresc mrtest_str_substitute mrtest_mr_system
    77
    8 mrtest_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
     8mrtest_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 ${top_builddir}/src/mondorestore/mondo-rstr-mountlist.c
    99mrtest_mountlist_LDADD    = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
    1010
  • branches/3.2/mondo/test/test-mountlist.c

    r3374 r3564  
    1212#include "../mondorestore/mondorestore.h"
    1313#include "../mondorestore/mr-externs.h"
     14#include "../mondorestore/libmondo-mountlist-EXT.h"
     15
    1416
    1517#define RAIDTAB_TEST "/tmp/raidtab"
Note: See TracChangeset for help on using the changeset viewer.