Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-07 | tests: split example_filesystems into its own package | Jakob Unterwurzacher | |
Running these tests from integration_tests' TestMain() was awkward because they were run twice with unchanged settings. integration_tests tests everything with OpenSSL and with native Go crypto, but this does not take affect for the example filesystems. To make this work, test_helpers is also split into its own package. | |||
2016-05-05 | stress_tests: add stress test scripts | Jakob Unterwurzacher | |
These were hosted at https://github.com/rfjakob/fsstress . To make them easier to use for gocryptfs users and developers, add them to the main repo. |