]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/test/CMakeLists.txt
Add test-refstyle-references to cmake. Also added missing file test-refstyle-referenc...
[features.git] / src / tex2lyx / test / CMakeLists.txt
index a86e581a65bbb993aa1fd6121cf24f5c6e0d5da9..5bf4e58f8bfae6311ae80101e160aba7a333a05e 100644 (file)
@@ -12,7 +12,8 @@ project(test)
 
 set(_tex_tests test.ltx test-structure.tex test-insets.tex
                test-modules.tex box-color-size-space-align.tex
-               CJK.tex CJKutf8.tex XeTeX-polyglossia.tex)
+               CJK.tex CJKutf8.tex XeTeX-polyglossia.tex
+              test-refstyle-references.tex)
 
 foreach(_fl ${_tex_tests})
   set(fl ${_fl})