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

check examples in the main test suite

parent 3016c6c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,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_*.ptx")
file(GLOB spec_test_files "tests/spec/**/test_*.ptx" "examples/**/*.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)