commit | 023e7f5ee471703a64adfeaac1d3f76d434e94f8 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Tue Aug 18 21:24:37 2020 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Tue Aug 25 19:05:17 2020 -0700 |
tree | 10e20530cc0e593cf6c9c9aa6c2ffe133814a197 | |
parent | dace2a60b36477ef4295dea0cd01ae43a65f986f [diff] [blame] |
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"], +)