Changeset 768 in MondoRescue for trunk/mondo/mondo/test/mktest


Ignore:
Timestamp:
Aug 8, 2006, 3:51:12 PM (18 years ago)
Author:
Bruno Cornec
Message:

mktest generates again good results with the new split of libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/test/mktest

    r561 r768  
    66#
    77
    8 gcc -O2 -I../common test-conf.c ../common/libmondo-conf.c ../common/libmondo-msg.c -o test-conf
    9 gcc -O2 -I../common test-string.c ../common/libmondo-string.c ../common/libmondo-msg.c -o test-string
     8gcc -O2 -I../common -I../lib test-conf.c ../lib/mr_conf.c ../common/libmondo-msg.c -o test-conf
     9gcc -O2 -I../common -I../lib test-string.c ../lib/mr_string.c -o test-string
    1010
    1111for f in "test-conf"; do
Note: See TracChangeset for help on using the changeset viewer.