[Lemon-commits] [lemon_svn] klao: r397 - hugo/trunk/src/work/klao
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:39:13 CET 2006
Author: klao
Date: Sat Apr 3 20:22:08 2004
New Revision: 397
Added:
hugo/trunk/src/work/klao/map_test.cc
Modified:
hugo/trunk/src/work/klao/ (props changed)
hugo/trunk/src/work/klao/Makefile
Log:
map tests (not yet)
Modified: hugo/trunk/src/work/klao/Makefile
==============================================================================
--- hugo/trunk/src/work/klao/Makefile (original)
+++ hugo/trunk/src/work/klao/Makefile Sat Apr 3 20:22:08 2004
@@ -1,4 +1,4 @@
-BINARIES = path_test
+BINARIES = path_test map_test
INCLUDEDIRS= -I. -I.. -I../../include -I../{marci,jacint,alpar,johanna,akos}
include ../makefile
Added: hugo/trunk/src/work/klao/map_test.cc
==============================================================================
--- (empty file)
+++ hugo/trunk/src/work/klao/map_test.cc Sat Apr 3 20:22:08 2004
@@ -0,0 +1,14 @@
+#include <iostream>
+
+#include <skeletons/maps.h>
+
+using namespace std;
+using namespace hugo::skeleton;
+
+int main()
+{
+ ReadableMap<int, char> a;
+
+ cout << sizeof a << endl;
+
+}
More information about the Lemon-commits
mailing list