tunits.c (295B)
1 /* !checksrc! disable COPYRIGHT all */ 2 3 #include "first.h" 4 5 #include "tool1394.c" 6 #include "tool1604.c" 7 #include "tool1621.c" 8 9 const struct entry_s s_entries[] = { 10 {"tool1394", test_tool1394}, 11 {"tool1604", test_tool1604}, 12 {"tool1621", test_tool1621}, 13 {NULL, NULL} 14 }; 15 16 #include "first.c"