xlnt/tests/utils/test_units.hpp

11 lines
137 B
C++
Raw Normal View History

2017-04-14 02:51:35 +08:00
#pragma once
#include <iostream>
#include <helpers/test_suite.hpp>
#include <xlnt/xlnt.hpp>
class test_units : public test_suite
{
};