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