From 631c0796ca07bddf7f32b541f4813d9d989c2eb0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 2 Aug 2006 15:14:05 +0000 Subject: added test_package target which just mounts then ejects the disk image. Real tests should happen there... svn path=/trunk/; revision=5456 --- packages/darwin_app/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages') diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 7878565f..adbee402 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -277,6 +277,15 @@ darwin_app_clean: # #==============================================================================# +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)" @echo "PACKAGE_NAME: $(PACKAGE_NAME)" -- cgit v1.2.1