diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-05-01 08:11:44 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-05-01 08:11:44 +0000 |
| commit | 27193e990445befdf0b370db957120e413c4ec9f (patch) | |
| tree | d85de14b9f58e20ad820d522462e0eacc4f59d24 /src/attributes-test.h | |
| parent | fix 1479197 (diff) | |
| download | inkscape-27193e990445befdf0b370db957120e413c4ec9f.tar.gz inkscape-27193e990445befdf0b370db957120e413c4ec9f.zip | |
Moved four more tests to CxxTest
(bzr r650)
Diffstat (limited to 'src/attributes-test.h')
| -rw-r--r-- | src/attributes-test.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index ffef1b244..8bf6c70cb 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -1,4 +1,7 @@ +#ifndef SEEN_ATTRIBUTES_TEST_H +#define SEEN_ATTRIBUTES_TEST_H + #include <cxxtest/TestSuite.h> #include <vector> @@ -478,6 +481,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = { } }; +#endif // SEEN_ATTRIBUTES_TEST_H + /* Local Variables: mode:c++ |
