Skip to content

Commit

Permalink
Added --normalized --compensate to the PageRank test.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoblizz committed May 14, 2017
1 parent f8d74c4 commit b097682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ add_test(NAME TEST_SSSP COMMAND sssp market
set_tests_properties(TEST_SSSP PROPERTIES FAIL_REGULAR_EXPRESSION "INCORRECT")

add_test(NAME TEST_PAGERANK COMMAND pr market
${gunrock_INCLUDE_DIRS}/simple_example/bips98_606.mtx --undirected)
${gunrock_INCLUDE_DIRS}/simple_example/bips98_606.mtx --normalized --compensate --undirected)
set_tests_properties(TEST_PAGERANK PROPERTIES FAIL_REGULAR_EXPRESSION "INCORRECT")

add_test(NAME TEST_TOPK COMMAND topk market
Expand Down

0 comments on commit b097682

Please sign in to comment.