/* Standalone tests. * See GNUmakefile below for explanation * https://github.com/braoult/exercism/blob/master/c/templates/GNUmakefile */ #include "two_bucket.h" #ifdef UNIT_TEST int main(int ac, char **av) { int arg=1; int b1, b2, goal, start; bucket_result_t res;; for (; arg