git/t/t0032-reftable-unittest.sh

17 lines
236 B
Bash
Executable File

#!/bin/sh
#
# Copyright (c) 2020 Google LLC
#
test_description='reftable unittests'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success 'unittests' '
TMPDIR=$(pwd) && export TMPDIR &&
test-tool reftable
'
test_done