We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0d2a2 commit d512b7eCopy full SHA for d512b7e
cpp/tests.cpp
@@ -3,6 +3,9 @@
3
#include <stdio.h>
4
#include <stdlib.h>
5
#include <assert.h>
6
+#include "stlastar.h"
7
+
8
+// TODO this test suite is a placeholder. Should include some tests of stlastar.h functionality
9
10
int main(int argc, char *argv[]) {
11
0 commit comments