source: sources/test_regression/07122006a/system_gen_moore.cpp @ 55

Last change on this file since 55 was 55, checked in by meunier, 11 years ago

Tried to clean the test_regression directory:

  • Code formatting
  • Supressed warnings
  • Made comprehensible outputs
  • Factorized Makefiles

There's still a lot to do (many tests don't pass for either good or bad reasons)

File size: 343 bytes
Line 
1#include "test.h"
2#include <iostream>
3
4#include "struct_test.h"
5
6void test::gen_moore() {
7  std::cout << "gen_moore\n";
8}
9
10
11/*
12# Local Variables:
13# tab-width: 4;
14# c-basic-offset: 4;
15# c-file-offsets:((innamespace . 0)(inline-open . 0));
16# indent-tabs-mode: nil;
17# End:
18#
19# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
20*/
21
Note: See TracBrowser for help on using the repository browser.