~tundra+wolf/tundra-wolf-project-tools/trunk

« back to all changes in this revision

Viewing changes to tests/rt/bugs.rs

  • Committer: Roel Sergeant
  • Date: 2018-10-27 16:24:08 UTC
  • Revision ID: rsergeant@xps-debian.local-20181027162408-2szqvg3x8iv0jk0n
add project tools structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// tests/rt/bugs.rs - Tundra Wolf Project Tools (Bug Fix Regression Tests)
 
3
//
 
4
 
 
5
//---
 
6
// Copyright (C) 2018 Roel Sergeant (rsergeant@panix.com).
 
7
//
 
8
// This file is part of the Tundra Wolf Tools project.
 
9
//
 
10
// The Tundra Wolf Tools project is free software; you can redistribute it
 
11
// and/or modify it under the terms of the GNU General Public License as
 
12
// published by the Free Software Foundation; either version 3, or (at your
 
13
// option) any later version.
 
14
//
 
15
// The Tundra Wolf Tools project is distributed in the hope that it will be
 
16
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 
18
// Public License for more details.
 
19
//
 
20
// You should have received a copy of the GNU General Public License along with
 
21
// the Tundra Wolf Tools project; see the file COPYING. If not see
 
22
// <http://www.gnu.org/licenses/>.
 
23
//---