IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7985 for trunk/psLib/test/math


Ignore:
Timestamp:
Jul 25, 2006, 5:52:28 PM (20 years ago)
Author:
Paul Price
Message:

Adding output of coverage testing to CLEANFILES and .cvsignore

Location:
trunk/psLib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
        3131.libs
        3232psTableParse
         33*.bb
         34*.bbg
         35*.da
  • trunk/psLib/test

    • Property svn:ignore
      •  

        old new  
        33Makefile.in
        44FullUnitTest
         5*.bb
         6*.bbg
         7*.da
         8gmon.out
  • trunk/psLib/test/math

    • Property svn:ignore
      •  

        old new  
        4545tst_psPolynomialEval3D
        4646tst_psPolynomialEval4D
         47*.bb
         48*.bbg
         49*.da
         50gmon.out
  • trunk/psLib/test/math/.cvsignore

    r6335 r7985  
    4545tst_psPolynomialEval3D
    4646tst_psPolynomialEval4D
     47*.bb
     48*.bbg
     49*.da
     50gmon.out
  • trunk/psLib/test/math/Makefile.am

    r7884 r7985  
    8686TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    8787EXTRA_DIST = verified
    88 CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.* *~
     88CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.* *~ *.bb *.bbg *.da
    8989tests: $(check_DATA) $(TESTS)
    9090test: check
Note: See TracChangeset for help on using the changeset viewer.