IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7998 for trunk/psLib/test


Ignore:
Timestamp:
Jul 27, 2006, 2:41:43 PM (20 years ago)
Author:
Paul Price
Message:

Adding gmon.out to CLEANFILES

Location:
trunk/psLib/test
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/Makefile.am

    r7985 r7998  
    4343tests: $(check_DATA) $(TESTS)
    4444
    45 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da
     45CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    4646
    4747pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template
  • trunk/psLib/test/db/Makefile.am

    r7985 r7998  
    1818EXTRA_DIST = verified
    1919
    20 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da
     20CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    2121
    2222clean-local:
  • trunk/psLib/test/fft/Makefile.am

    r7985 r7998  
    1919EXTRA_DIST = verified
    2020
    21 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da
     21CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    2222
    2323tests: $(TESTS) $(check_DATA)
  • trunk/psLib/test/fits/Makefile.am

    r7983 r7998  
    1717EXTRA_DIST = verified
    1818
    19 CLEANFILES = $(TESTS) $(check_DATA) temp/* multi.fits table.fits tmpImages/* core core.* *~ *.bb *.bbg *.da
     19CLEANFILES = $(TESTS) $(check_DATA) temp/* multi.fits table.fits tmpImages/* core core.* *~ \
     20        *.bb *.bbg *.da gmon.out
    2021
    2122tests: $(check_DATA) $(TESTS)
  • trunk/psLib/test/imageops/Makefile.am

    r7985 r7998  
    3333EXTRA_DIST = verified
    3434
    35 CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits
    36         core core.* *~ *.bb *.bbg *.da
     35CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits \
     36        core core.* *~ *.bb *.bbg *.da gmon.out
    3737
    3838tests: $(TESTS) $(check_DATA)
  • trunk/psLib/test/jpeg/Makefile.am

    r7985 r7998  
    1414#EXTRA_DIST = verified
    1515
    16 CLEANFILES = $(TESTS) $(check_DATA) core core.* *~ *.bb *.bbg *.da
     16CLEANFILES = $(TESTS) $(check_DATA) core core.* *~ *.bb *.bbg *.da gmon.out
    1717
    1818tests: $(TESTS) $(check_DATA)
  • trunk/psLib/test/math/Makefile.am

    r7985 r7998  
    8686TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    8787EXTRA_DIST = verified
    88 CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.* *~ *.bb *.bbg *.da
     88CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.* *~ *.bb *.bbg *.da gmon.out
    8989tests: $(check_DATA) $(TESTS)
    9090test: check
  • trunk/psLib/test/mathtypes/Makefile.am

    r7985 r7998  
    3434EXTRA_DIST = verified
    3535
    36 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da
     36CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    3737
    3838tests: $(check_DATA) $(TESTS)
  • trunk/psLib/test/sys/Makefile.am

    r7985 r7998  
    3636
    3737CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT \
    38         core core.* *~ *.bb *.bbg *.da
     38        core core.* *~ *.bb *.bbg *.da gmon.out
    3939
    4040tests: $(check_DATA) $(TESTS)
  • trunk/psLib/test/types/Makefile.am

    r7985 r7998  
    9797
    9898CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \
    99         core core.* *~ *.bb *.bbg *.da
     99        core core.* *~ *.bb *.bbg *.da gmon.out
    100100
    101101tests: $(check_DATA) $(TESTS)
  • trunk/psLib/test/xml/Makefile.am

    r7985 r7998  
    1818
    1919CLEANFILES = $(TESTS) $(check_DATA) temp/* psTest5.xml psTest2.xml psTest.xml psTest3.xml psTest4.xml \
    20         core core.* *~ *.bb *.bbg *.da
     20        core core.* *~ *.bb *.bbg *.da gmon.out
    2121
    2222tests: $(check_DATA) $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.