diff options
Diffstat (limited to 'Build/source/libs/gmp/gmp.test')
-rwxr-xr-x | Build/source/libs/gmp/gmp.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/libs/gmp/gmp.test b/Build/source/libs/gmp/gmp.test new file mode 100755 index 00000000000..a1b0f591830 --- /dev/null +++ b/Build/source/libs/gmp/gmp.test @@ -0,0 +1,7 @@ +#! /bin/sh + +# Copyright (C) 2014 Taco Hoekwater <taco@metatex.org> +# You may freely use, modify and/or distribute this file. + +./gmptest || exit 1 + |