summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-21 12:33:31 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-21 12:33:31 (EDT)
commit1c49cb984935f126928a82c17c6d66272e466f62 (patch)
treeee102e11b85a51fe40e29d639e859180884be3da
parent33d619a3a1f841158782a03fb78759aae1bec3ed (diff)
build: Run tests.
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 2f4ade0..bef9a55 100755
--- a/build
+++ b/build
@@ -11,6 +11,7 @@ configure:
build: configure
oh-autobuild
+ (cd src && make check)
touch $@
install: build