// A unit test suite #include #include #include #include "stlastar.h" // TODO this test suite is a placeholder. Should include some tests of stlastar.h functionality int main(int argc, char *argv[]) { assert(true && "failed to be true"); printf("Tests succeeded\n"); }