charlesdaniels / bitshuffle

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Smoke testing for Windows #35

Closed charlesdaniels closed 6 years ago

charlesdaniels commented 6 years ago

For BitShuffle to be of maximum utility, it should run on a wide variety of platforms, including MS Windows. While it should work, we should have some basic smoke testing for Windows to ensure it continues to do so.

It is not necessary to run through every test case, just enough to demonstrate that it can run without crashing and do a basic encode/decode test.

The specific feature that should be tested are:

I have some experience with doing CI on Windows systems, so I will handle this one myself.

I will probably use AppVeyor unless someone has a different suggestion?

charlesdaniels commented 6 years ago

Resolved in 8e9f1ab.