Revision: 1302
http://svn.sourceforge.net/complement/?rev=1302&view=rev
Author: complement
Date: 2006-10-06 02:40:54 -0700 (Fri, 06 Oct 2006)
Log Message:
-----------
run strings vs ropes comparison
Modified Paths:
--------------
trunk/explore/perf/STL/Makefile
Modified: trunk/explore/perf/STL/Makefile
===================================================================
--- trunk/explore/perf/STL/Makefile 2006-10-06 09:38:40 UTC (rev 1301)
+++ trunk/explore/perf/STL/Makefile 2006-10-06 09:40:54 UTC (rev 1302)
@@ -1,7 +1,7 @@
# -*- Makefile -*- Time-stamp: <05/12/27 00:00:15 ptr>
-DIRS := lib string string-MT stream
-TESTDIRS := string string-MT stream
+DIRS := lib string string-MT stream string/ropes
+TESTDIRS := string string-MT stream string/ropes
all:
for d in $(DIRS); do \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|