Changeset 69 for trunk/test
- Timestamp:
- Feb 13, 2006, 1:46:30 AM (18 years ago)
- Location:
- trunk/test
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/commit_stat.cc
r48 r69 1 // $Id$ : file.cc 32 2006-01-12 00:21:10Z jari $1 // $Id$ 2 2 3 3 #include "CommitStat.h" 4 5 #include <iostream>6 #include <string>7 4 8 5 int main() … … 11 8 CommitStat cs; 12 9 return cs.parse(".."); 13 14 10 } -
trunk/test/directory.cc
r32 r69 3 3 #include "Directory.h" 4 4 5 #include <iostream>6 5 #include <string> 7 6 -
trunk/test/file.cc
r59 r69 4 4 #include "Directory.h" 5 5 6 #include <iostream>7 6 #include <string> 8 7 -
trunk/test/stats.cc
r24 r69 2 2 3 3 #include "Stats.h" 4 #include <iostream>5 4 6 5 int main()
Note: See TracChangeset
for help on using the changeset viewer.