#include int main() { bool_t all_success = TRUE; // lib/color.c Test all_success &= TEST_lib_color(); if (all_success == TRUE) { return 0; } return 1; }