Two change:
[c11tester.git] / common.cc
index ac5cb59601ba7a6025ac1d8d5f24f62fef0666b7..e05e094ea0105a9c2ce8e221cf95a1613d21074b 100644 (file)
--- a/common.cc
+++ b/common.cc
@@ -29,3 +29,8 @@ void model_print_summary(void)
 {
        model->print_summary();
 }
+
+void assert_hook(void)
+{
+       printf("Add breakpoint to line %u in file %s.\n",__LINE__,__FILE__);
+}