source: trunk/test/file.cc @ 46

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

Removed annoying output and requirements.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 218 bytes
Line 
1// $Id: file.cc 32 2006-01-12 00:21:10Z 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.