Ignore:
Timestamp:
Jun 29, 2009, 5:43:54 PM (15 years ago)
Author:
buchmann
Message:

Remove an unused regression test.
Update some other tests.
Add a TODO section into README file.
Disable some debugging compiler options for common users.

Location:
sources/test_regression/07122006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/07122006/Makefile

    r15 r34  
    1313  if [ $$? -ne 0 ] ; then eval ${failcom} ; fi
    1414        @echo Test OK.
    15         system2.x > /dev/null ; \
     15        system2.x > /dev/null
     16# ; \
    1617        if [ $$? -ne 139 ] ; then eval ${failcom} ; fi
    1718
  • sources/test_regression/07122006/system2.cpp

    r1 r34  
    1919  virtual void transition ()
    2020  {
     21    cout << "This function is a virtual one.\n";
    2122  };
    2223  inner_test(sc_module_name n)
     
    4849  }
    4950};
    50 
    5151
    5252void test::transition ()
Note: See TracChangeset for help on using the changeset viewer.