summary refs log tree commit diff
path: root/tools/test.sh
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2017-04-11 17:38:37 -0400
committerQuentin Carbonneaux <quentin@c9x.me>2017-04-11 17:42:51 -0400
commit1883ab1e01e8078ce2e6206482ec50e446fdce34 (patch)
tree97c6858f936a2f4606b35e8fc5953ea311c4ab8b /tools/test.sh
parent669d8086ae0cd939f8016ad495389a19f6ba8c8f (diff)
downloadroux-1883ab1e01e8078ce2e6206482ec50e446fdce34.tar.gz
unscrew freebsd tests
Diffstat (limited to 'tools/test.sh')
-rwxr-xr-xtools/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/test.sh b/tools/test.sh
index 666b573..384d585 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -41,6 +41,9 @@ init() {
 		*OpenBSD*)
 			cc="cc -nopie"
 			;;
+		*FreeBSD*)
+			cc="cc"
+			;;
 		*)
 			cc="cc -no-pie"
 			;;