Add Makefiles and simple test suite

This commit is contained in:
Alexander Neumann
2014-08-05 23:13:19 +02:00
parent f45a9c8e9f
commit ab602b88de
5 changed files with 112 additions and 0 deletions

5
test/test-backup.sh Executable file
View File

@@ -0,0 +1,5 @@
prepare
run k backup "${BASE}/fake-data"
run k restore "$(k list ref)" "${BASE}/fake-data-restore"
diff -aur "${BASE}/fake-data" "${BASE}/fake-data-restore"
cleanup