Skip to content

Commit 56ed82a

Browse files
authored
[Comgr] Add note about testing to README
1 parent 9e9c144 commit 56ed82a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

amd/comgr/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ build or install tree can be supplied to CMake via `CMAKE_PREFIX_PATH`:
138138

139139
cmake -DCMAKE_PREFIX_PATH=path/to/comgr/build/or/install
140140

141+
Testing
142+
--------------------------------
143+
144+
Comgr has both unit tests (older) and LLVM LIT tests (newer). They can be run
145+
from the build directory via:
146+
147+
make test # unit
148+
make test-lit # lit
149+
141150
Environment Variables
142151
---------------------
143152

0 commit comments

Comments
 (0)