Make gmp build, and run all the tests

This requires some custom rules, checking the config in, and m4.  Build
and run all the tests to confirm we got all the pieces.

Change-Id: I5b30c3b0031188dafe198a22fafbd3ad2240ce01
diff --git a/debian/m4.BUILD b/debian/m4.BUILD
new file mode 100644
index 0000000..0abafda
--- /dev/null
+++ b/debian/m4.BUILD
@@ -0,0 +1,5 @@
+filegroup(
+    name = "bin",
+    srcs = ["usr/bin/m4"],
+    visibility = ["//visibility:public"],
+)