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