Index: libraries/nacl-mounts/nacl-nacl-mounts.sh |
=================================================================== |
--- libraries/nacl-mounts/nacl-nacl-mounts.sh (revision 622) |
+++ libraries/nacl-mounts/nacl-nacl-mounts.sh (working copy) |
@@ -46,11 +46,14 @@ |
fi |
export LDFLAGS |
- MakeDir ${PACKAGE_DIR}/test.nacl |
- ChangeDir ${PACKAGE_DIR}/test.nacl |
- make -f ${START_DIR}/test.nacl/Makefile |
+ # Net tests don't work for newlib. |
+ if [ $NACL_GLIBC == "1" ] ; then |
jvoung - send to chromium...
2012/08/21 17:40:23
Actually, this might be fixed by: https://chromium
|
+ MakeDir ${PACKAGE_DIR}/test.nacl |
+ ChangeDir ${PACKAGE_DIR}/test.nacl |
+ make -f ${START_DIR}/test.nacl/Makefile |
- RunSelLdrCommand ${PACKAGE_DIR}/test.nacl/nacl_mounts_sel_ldr_tests |
+ RunSelLdrCommand ${PACKAGE_DIR}/test.nacl/nacl_mounts_sel_ldr_tests |
+ fi |
} |
CustomBuildStep() { |