0eac446cb0
Convert a subset of the ctest to pytest to be used in TheRock CI. Create a new cmake flag `ROCPROFSYS_INSTALL_TESTING` to control test suite installation. - pytest package will be installed to share/rocprofiler-systems/tests - all compiled examples are put in share/rocprofiler-systems/examples - all test relevant scripts are put in share/rocprofiler-systems/tests - see README.md in share/rocprofiler-systems/tests
59 lines
561 B
Plaintext
59 lines
561 B
Plaintext
# Edit files
|
|
*~
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Python cache files
|
|
*.pyc
|
|
|
|
# Python virtual environments
|
|
venv*
|
|
.venv*
|
|
|
|
# Documentation artifacts
|
|
/_build
|
|
_toc.yml
|
|
|
|
# Common Build folders
|
|
/build*
|
|
/rocprof-sys-build
|
|
|
|
/.vscode
|
|
/.cache
|
|
/.clangd
|
|
|
|
/compile_commands.json
|
|
/rocprof-sys-install.py
|
|
/scripts/rocprof-sys-install.py
|