#!/bin/sh
#
# Copyright (C) 2000-2015 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#

#
# Run all tests
#
rm -f dumps/*
./all-non-root-tests
./all-root-tests
