source: trunk/test/directory.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: 188 bytes
Line 
1// $Id: directory.cc 32 2006-01-12 00:21:10Z jari $
2
3#include "Directory.h"
4
5#include <iostream>
6#include <string>
7
8int main()
9{
10  using namespace theplu::svnstat;
11  std::string path(".");
12  Directory directory(path);
13  return 0;
14}
Note: See TracBrowser for help on using the repository browser.