Commit ff08cf77 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

rename *.plot files to *.ptx

parent d5afe42e
Loading
Loading
Loading
Loading

.gitattributes

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
*.plot linguist-language=Text
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ foreach(unit_test_path ${unit_test_files})
      COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${unit_test_name})
endforeach()

file(GLOB spec_test_files "tests/spec/**/test_*.plot")
file(GLOB spec_test_files "tests/spec/**/test_*.ptx")
foreach(spec_test_path ${spec_test_files})
  get_filename_component(spec_test_name ${spec_test_path} NAME_WE)
  get_filename_component(spec_test_srcdir ${spec_test_path} DIRECTORY)
Loading