We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cabbf commit 90383fbCopy full SHA for 90383fb
test/BuildCAPI.c
@@ -0,0 +1,4 @@
1
+#include <c/GraphQLAst.h>
2
+#include <c/GraphQLAstVisitor.h>
3
+
4
+/* This file is just here to make sure our C API builds OK. */
test/CMakeLists.txt
@@ -6,7 +6,7 @@ INCLUDE_DIRECTORIES(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})
6
7
FILE(COPY valgrind.supp DESTINATION .)
8
9
-ADD_EXECUTABLE(runTests ParserTests.cpp)
+ADD_EXECUTABLE(runTests ParserTests.cpp BuildCAPI.c)
10
11
TARGET_LINK_LIBRARIES(runTests gtest gtest_main)
12
0 commit comments