Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8779
Modified Files: Makefile Log Message: added test_package target which just mounts then ejects the disk image. Real tests should happen there...
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** Makefile 2 Aug 2006 03:07:31 -0000 1.45 --- Makefile 2 Aug 2006 15:14:05 -0000 1.46 *************** *** 278,281 **** --- 278,290 ---- #==============================================================================#
+ test_package: + echo "Mounting $(DMG_NAME)" + cd $(CWD) && hdiutil mount "$(DMG_NAME)" + # some better tests should go in here + echo "Ejecting $(DMG_NAME)" + cd $(CWD) && hdiutil eject "$(DMG_NAME)" + + + test_locations: @echo "PD_VERSION: $(PD_VERSION)"