source: trunk/test/file.cc @ 64

Last change on this file since 64 was 59, checked in by Jari Häkkinen, 17 years ago

Resurrected file.cc and removed tree.cc

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 218 bytes
Line 
1// $Id: file.cc 59 2006-01-15 02:09:34Z jari $
2
3#include "File.h"
4#include "Directory.h"
5
6#include <iostream>
7#include <string>
8
9int main()
10{
11  using namespace theplu::svnstat;
12  std::string path("file.cc");
13  File file(path);
14  file.parse();
15  return 0;
16}
Note: See TracBrowser for help on using the repository browser.