[uClibc-cvs] svn commit: trunk/uClibc/test/dlopen

vapier at uclibc.org vapier at uclibc.org
Wed Jul 6 01:22:14 UTC 2005


Author: vapier
Date: 2005-07-05 19:22:13 -0600 (Tue, 05 Jul 2005)
New Revision: 10717

Log:
make test failures fatal

Modified:
   trunk/uClibc/test/dlopen/Makefile


Changeset:
Modified: trunk/uClibc/test/dlopen/Makefile
===================================================================
--- trunk/uClibc/test/dlopen/Makefile	2005-07-05 02:19:20 UTC (rev 10716)
+++ trunk/uClibc/test/dlopen/Makefile	2005-07-06 01:22:13 UTC (rev 10717)
@@ -59,15 +59,15 @@
 
 run: libtest2.so libtest1.so test1 test2 test3 dltest libtest.so dltest2 libtest3.so
 	@echo "----------running test 1--------------"
-	-LD_LIBRARY_PATH=`pwd`:. $(DEBUG_LIBS)=all ./test1
+	LD_LIBRARY_PATH=`pwd`:. $(DEBUG_LIBS)=all ./test1
 	@echo "----------running test 2--------------"
-	-LD_LIBRARY_PATH=`pwd`:. $(DEBUG_LIBS)=all ./test2
+	LD_LIBRARY_PATH=`pwd`:. $(DEBUG_LIBS)=all ./test2
 	@echo "----------running test 3--------------"
-	-LD_LIBRARY_PATH=`pwd`:. $(DEBUG_LIBS)=all ./test3
+	LD_LIBRARY_PATH=`pwd`:. $(DEBUG_LIBS)=all ./test3
 	@echo "----------running test 3--------------"
-	-$(DEBUG_LIBS)=all ./dltest2
+	$(DEBUG_LIBS)=all ./dltest2
 	@echo "----------running test 4--------------"
-	-$(DEBUG_LIBS)=all ./dltest
+	$(DEBUG_LIBS)=all ./dltest
 
 clean:
 	$(RM) *.o libtest1.so* libtest2.so* test1 test2 test3 \




More information about the uClibc-cvs mailing list