Ignore:
Timestamp:
Apr 20, 2009, 11:29:17 PM (15 years ago)
Author:
rosiere
Message:

1) Write queue with mealy
2) Network : fix bug
3) leak memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Selftest

    r113 r115  
    179179                                $(GREP) -q "Test KO" $@;                                \
    180180                                declare -i test_ko=$$?;                                 \
     181                                declare memory_leak=" ";                                \
     182                                $(GREP) -q "Leaked memory at" $@;                       \
     183                                if $(TEST) $$? -eq 0;                                   \
     184                                then memory_leak="*";                                   \
     185                                fi;                                                     \
    181186                                if $(TEST) $$test_ko -ne 0 -a $$test_ok -eq 0 -a $$test_timing -eq 0; \
    182                                 then echo -e "                     $* ... OK\t$$timing";\
     187                                then echo -e "                     $* ... OK $$memory_leak\t$$timing";\
    183188                                else echo    "                     $* ... KO";          \
    184189                                fi;
Note: See TracChangeset for help on using the changeset viewer.