From ec7d3dfa74c8bbfaa0838150316a124db3bc9a20 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Wed, 21 Sep 2011 15:38:55 +0200 Subject: [PATCH] Add test.sh (forgotten in commit: 5c34626) --- test.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 test.sh diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..ff60c14 --- /dev/null +++ b/test.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# Run 'fedpkg local' first + +cd dhcp-4.2.2/tests +make check + +cd ../common/tests +make test_alloc +./test_alloc