Differences From Artifact [7b1cc65f56]:
- File
tests/Makefile
— part of check-in
[dc6bc8359e]
at
2014-05-31 01:46:13
on branch trunk
— tests/Makefile: Symlink libobjfw.$major.dylib
This is needed now since the name of the library gets set to
libobjfw.$major.dylib. (user: js, size: 4187) [annotate] [blame] [check-ins using]
To Artifact [bcac1947a1]:
- File
tests/Makefile
— part of check-in
[05a247fbe4]
at
2014-06-25 17:55:06
on branch trunk
— Small Android fixes
* It seems <limits.h> is required for SIZE_MAX.
* Use "exec ./tests" inside adb shell. It seems that either new versions
of ADB or Android don't return otherwise. (user: js, size: 4192) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
102 103 104 105 106 107 108 | echo "Uploading files to Android device..." adb push tests /data/local/tmp/objfw/tests adb push testfile.bin /data/local/tmp/objfw/testfile.bin adb push testfile.txt /data/local/tmp/objfw/testfile.txt adb push testfile.ini /data/local/tmp/objfw/testfile.ini adb push serialization.xml /data/local/tmp/objfw/serialization.xml echo "Running tests binary on Android device..." | | | 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | echo "Uploading files to Android device..." adb push tests /data/local/tmp/objfw/tests adb push testfile.bin /data/local/tmp/objfw/testfile.bin adb push testfile.txt /data/local/tmp/objfw/testfile.txt adb push testfile.ini /data/local/tmp/objfw/testfile.ini adb push serialization.xml /data/local/tmp/objfw/serialization.xml echo "Running tests binary on Android device..." adb shell 'cd /data/local/tmp/objfw && exec ./tests' EBOOT.PBP: ${PROG_NOINST} psp-fixup-imports ${PROG_NOINST} mksfo "ObjFW Tests" PARAM.SFO psp-strip ${PROG_NOINST} pack-pbp $@ PARAM.SFO NULL NULL NULL NULL NULL ${PROG_NOINST} NULL |
︙ | ︙ |