sgl

diff tests/tests-makefile @ 22:b5c852d7661e

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 26 Jun 2011 23:57:53 +0300
parents ee7b3a898b6b
children 505915b0f3da
line diff
     1.1 --- a/tests/tests-makefile	Sun Jun 26 08:01:55 2011 +0300
     1.2 +++ b/tests/tests-makefile	Sun Jun 26 23:57:53 2011 +0300
     1.3 @@ -34,6 +34,8 @@
     1.4  
     1.5  .PHONY: install
     1.6  install:
     1.7 -	mkdir -p Simple.app/Contents/MacOS
     1.8 -	cp simple Simple.app/Contents/MacOS/simple
     1.9 -	install_name_tool -change libsgl.dylib @executable_path/../Frameworks/libsgl.dylib Simple.app/Contents/MacOS/simple
    1.10 +	mkdir -p Test.app/Contents/MacOS Test.app/Contents/Frameworks
    1.11 +	cd Test.app/Contents; ln -s ../../../tests-macinfo.plist Info.plist
    1.12 +	cp $(bin) Test.app/Contents/MacOS/test
    1.13 +	cd Test.app/Contents/Frameworks; ln -s ../../../../../libsgl.dylib .
    1.14 +	install_name_tool -change libsgl.dylib @executable_path/../Frameworks/libsgl.dylib Test.app/Contents/MacOS/test