From ccc82f2fb68b8fc4ecef81ae8e99efddbccca007 Mon Sep 17 00:00:00 2001 From: Max Rasskazov Date: Wed, 23 Apr 2014 15:05:24 +0400 Subject: [PATCH 1/1] Added template for package's test script Change-Id: I52a5dc9d229f3a373a66fda244b25fa8fbe0fe76 --- tests/runtests.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tests/runtests.sh diff --git a/tests/runtests.sh b/tests/runtests.sh new file mode 100755 index 0000000..47c0026 --- /dev/null +++ b/tests/runtests.sh @@ -0,0 +1,2 @@ +#!/bin/bash -x +exit 0 -- 2.32.3