IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4877 for trunk/psLib/test/db


Ignore:
Timestamp:
Aug 25, 2005, 1:42:07 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4547 r4877  
    1717EXTRA_DIST = verified
    1818
    19 CLEANFILES = $(TESTS) $(check_DATA)
     19CLEANFILES = $(TESTS) $(check_DATA)
     20
     21clean-local:
     22        mysql test -e "drop table1" 2> /dev/null || \
     23        mysql test -e "drop table2" 2> /dev/null || \
     24        mysql test -e "drop table3" 2> /dev/null || \
     25        mysql test -e "drop table4" 2> /dev/null || \
     26        mysql test -e "drop table5" 2> /dev/null || \
     27        mysql test -e "drop table6" 2> /dev/null || \
     28        mysql test -e "drop table7" 2> /dev/null || \
     29        mysql test -e "drop table8" 2> /dev/null || \
     30        mysql test -e "drop table9" 2> /dev/null || \
     31        mysql test -e "drop table10" 2> /dev/null || \
     32        mysql test -e "drop table11" 2> /dev/null || \
     33        true
    2034
    2135tests: $(check_DATA) $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.