File: areNeighborCells.txt

package info (click to toggle)
libh3 4.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48,700 kB
  • sloc: ansic: 20,847; javascript: 632; sh: 46; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
add_h3_cli_test(testCliAreNeighborCells
                "areNeighborCells -o 85283473fffffff -d 85283477fffffff" "true")
add_h3_cli_test(
    testCliAreNotNeighborCells
    "areNeighborCells -o 85283473fffffff -d 85283472fffffff" "false")
add_h3_cli_test(
    testCliAreNeighborNotCells
    "areNeighborCells -o 85283473fffffff -d 852834727fffffff 2>&1"
    "Error 5: Cell argument was not valid")