diff --git a/appveyor.yml b/appveyor.yml index f12d50b..b2490d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,4 +26,4 @@ test_script: chmod -R 777 /appveyor/projects npm install npm test - npm test:integration + npm run test:integration diff --git a/bin/7zdec b/bin/7zdec new file mode 100644 index 0000000..752aa4c Binary files /dev/null and b/bin/7zdec differ diff --git a/bin/7zdec.exe b/bin/7zdec.exe new file mode 100644 index 0000000..58b0c0b Binary files /dev/null and b/bin/7zdec.exe differ diff --git a/bin/7za.exe b/test/7za.exe similarity index 100% rename from bin/7za.exe rename to test/7za.exe diff --git a/bin/7zas b/test/7zas similarity index 100% rename from bin/7zas rename to test/7zas