add basic tests

This commit is contained in:
Yann Collet
2016-01-28 15:39:52 +01:00
parent b31de73435
commit 9cadd0853c
8 changed files with 256 additions and 298 deletions
+6
View File
@@ -24,6 +24,12 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
/*- Compiler specifics -*/
#ifdef __clang__
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
#endif
/*- Dependencies -*/
#include "divsufsort_private.h"
#ifdef _OPENMP
# include <omp.h>