mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPT_DIR="$(cd -- "$(dirname "$0")" >/dev/null 2>&1; pwd -P)"
|
|
|
|
cd "$SCRIPT_DIR/../build"
|
|
|
|
meson test
|