Changeset 3100 in MondoRescue


Ignore:
Timestamp:
Apr 27, 2013, 3:24:42 AM (11 years ago)
Author:
Bruno Cornec
Message:

Adds a test case for stresc

Location:
branches/3.0
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3097 r3100  
    761761    [ ! -f $lvKernelImage ] && Die "File $lvKernelImage not found. Terminating."
    762762
    763     # Kernel may be gzip compressed
     763    # Kernel may be gzip compressed - Case of RHEL5 - SLES11SP1
     764    # kernel is x86 boot sector in RHEL3/4
    764765    file $lvKernelImage 2>&1 | grep -q gzip
    765766    if [ $? -eq 0 ]; then
  • branches/3.0/mondo/test/Makefile.am

    r2233 r3100  
    22
    33## The program
    4 sbin_PROGRAMS         = mrtest_mountlist mrtest_truncname
     4sbin_PROGRAMS         = mrtest_mountlist mrtest_truncname mrtest_stresc
    55mrtest_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
    66mrtest_mountlist_LDADD    = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
    77mrtest_truncname_SOURCES  = test-truncname.c ${top_builddir}/src/common/libmondo-string.c
    88mrtest_truncname_LDADD    = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
     9mrtest_stresc_SOURCES     = test-mr_stresc.c
     10mrtest_stresc_LDADD       = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note: See TracChangeset for help on using the changeset viewer.