xlnt/tests/test_datetime.hpp

15 lines
185 B
C++
Raw Normal View History

2014-06-06 04:19:31 +08:00
#pragma once
#include <iostream>
#include <cxxtest/TestSuite.h>
#include <xlnt/xlnt.hpp>
class test_datetime : public CxxTest::TestSuite
{
public:
test_datetime()
{
}
};