svg-length-test.h revision 7f43eabc54033ee929b618ac0a726a67f860a37b
#include <cxxtest/TestSuite.h>
#include "svg/svg-length.h"
#include <glib.h>
#include <utility>
{
SvgLengthTest() {
}
void testRead()
{
struct test_t {
};
test_t("0",0),
for(size_t i=0; i<n; i++) {
SVGLength l;
}
}
// TODO: More tests
};
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :