IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7985 for trunk/psLib/test/sys


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/sys

    • Property svn:ignore
      •  

        old new  
        1919tap_psStringSubstitute
        2020tst_psLine
         21*.bb
         22*.bbg
         23*.da
         24gmon.out
  • trunk/psLib/test/sys/.cvsignore

    r7913 r7985  
    1919tap_psStringSubstitute
    2020tst_psLine
     21*.bb
     22*.bbg
     23*.da
     24gmon.out
  • trunk/psLib/test/sys/Makefile.am

    r7901 r7985  
    3535EXTRA_DIST = verified
    3636
    37 CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT core core.* *~
     37CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT \
     38        core core.* *~ *.bb *.bbg *.da
    3839
    3940tests: $(check_DATA) $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.