home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / tsipp / tsipp.lha / tsipp3.0a / tests / Makefile < prev    next >
Encoding:
Makefile  |  1992-11-02  |  839 b   |  28 lines

  1. #==============================================================================
  2. #                                tests/Makefile
  3. #------------------------------------------------------------------------------
  4. # Makefile to run Tcl-SIPP tests.
  5. #------------------------------------------------------------------------------
  6. # $Id: Makefile,v 2.0 1992/11/02 03:55:48 markd Rel $
  7. #==============================================================================
  8.  
  9. include ../Config.mk
  10.  
  11. SHELL=/bin/sh
  12.  
  13. #-----------------------------------------------------------------------------
  14.  
  15. all:
  16.     @echo "To run tests do a 'make test'"
  17.  
  18. #-----------------------------------------------------------------------------
  19.  
  20. test:
  21.     ../tsipp all
  22.  
  23. #-----------------------------------------------------------------------------
  24.  
  25. clean: 
  26.     rm -f *.rle *.ppm *.pbm core
  27.  
  28.