Skip to content
Snippets Groups Projects
Commit f2326423 authored by René Fritze's avatar René Fritze
Browse files

[tests] fix yet more tests

parent 3a1c22d2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ endforeach( source )
include(UseLATEX)
set(texfiles pgfoutput_stacked.tex pgfoutput_leaf.tex pgfoutput_refineseries.tex )
SET_SOURCE_FILES_PROPERTIES(${texfiles} GENERATED)
add_custom_command(OUTPUT ${texfiles} COMMAND "./grid_output_pgf" DEPENDS grid_output_pgf)
add_custom_command(OUTPUT ${texfiles} COMMAND "./test_grid_output_pgf" DEPENDS test_grid_output_pgf)
add_custom_target(tex_compile)
foreach( tex ${texfiles} )
ADD_LATEX_DOCUMENT( ${tex} DEPENDS ${tex} DEFAULT_PDF MANGLE_TARGET_NAMES )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment