[dhcp] Add test.sh (forgotten in commit: 5c34626)

Jiří Popelka jpopelka at fedoraproject.org
Wed Sep 21 13:44:43 UTC 2011


commit ec7d3dfa74c8bbfaa0838150316a124db3bc9a20
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Wed Sep 21 15:38:55 2011 +0200

    Add test.sh (forgotten in commit: 5c34626)

 test.sh |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list