"versionsTest" renamed to "tests"
diff --git a/.travis.yml b/.travis.yml
index 879aff8..e27c798 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@
       env: PLATFORM="Ubuntu 12.04" MAKE_PARAM="-C programs test32"
 #    - os: linux
 #      sudo: required
-#      env: PLATFORM="Ubuntu 12.04" MAKE_PARAM="-C versionsTest"
+#      env: PLATFORM="Ubuntu 12.04" MAKE_PARAM="-C tests versionsTest"
     - os: linux
       sudo: required
       env: PLATFORM="Ubuntu 12.04" MAKE_PARAM=asan32
diff --git a/versionsTest/.gitignore b/tests/.gitignore
similarity index 100%
rename from versionsTest/.gitignore
rename to tests/.gitignore
diff --git a/versionsTest/Makefile b/tests/Makefile
similarity index 100%
rename from versionsTest/Makefile
rename to tests/Makefile
diff --git a/versionsTest/test-zstd-versions.py b/tests/test-zstd-versions.py
similarity index 100%
rename from versionsTest/test-zstd-versions.py
rename to tests/test-zstd-versions.py