#include #include "genericLinkedList.h" #include "tests.h" int main(int argc, char* argv[]){ runTests(); return 0; }