------------------------------------------------------------- lines 6-28 of file: example/cppad_code_gen/cppad_code_gen.cpp ------------------------------------------------------------- {xrst_begin cppad_code_gen.cpp} CppADCodeGen Examples and Tests Driver ###################################### Running These Tests ******************* After executing the :ref:`cmake-name` command form the :ref:`download@Distribution Directory`, you can build and run these tests with the commands:: cd build make check_example_cppad_code_gen Note that your choice of :ref:`cmake@generator` may require using an different version of make; e.g., ``ninja`` . {xrst_literal // BEGIN C++ // END C++ } {xrst_end cppad_code_gen.cpp}