We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a576fe3 commit eaebd98Copy full SHA for eaebd98
example/CMakeLists.txt
@@ -1,2 +1,4 @@
1
ADD_PYTHON_UNIT_TEST("add_eq" "example/add_eq.py" "python")
2
-ADD_PYTHON_UNIT_TEST("cppad_type" "example/cppad_type.py" "python")
+IF(BUILD_WITH_CPPAD_CODEGEN_BINDINGS)
3
+ ADD_PYTHON_UNIT_TEST("cppadcg_c_codegen" "example/cppadcg_c_codegen.py" "python")
4
+ENDIF(BUILD_WITH_CPPAD_CODEGEN_BINDINGS)
0 commit comments