summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Gomizelj2015-07-16 17:33:52 -0400
committerSimon Gomizelj2015-07-16 17:33:52 -0400
commita2b39d56e47a2743c5c8e08859efaeb46bb7632a (patch)
tree18d06de38aba2bbee64d43d7762a98b86a9fe803
parent9b40bf79cfe4ba7e9895452355bb047bc610ee45 (diff)
downloadaur-a2b39d56e47a2743c5c8e08859efaeb46bb7632a.tar.gz
Tweaks
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65eeba10a3a6..1c7801c465d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Simon Gomizelj <sgomizelj@sangoma.com>
+# Maintainer: Simon Gomizelj <simongmzlj@gmail.com>
pkgname=sipp-git
pkgver=3.5.0.rc1.130.g81e68f8
@@ -29,12 +29,13 @@ build() {
--with-openssl \
--with-pcap
- make
- make sipp sipp_unittest
+ make sipp
}
check() {
cd "sipp"
+ make sipp_unittest
+
./sipp_unittest
}