This repository was archived by the owner on Sep 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 619
Testing
viveksengupta edited this page Aug 13, 2015
·
17 revisions
initdb ./data
cp ../postgresql.conf ./data
pg_ctl -D ./data start
createuser -s -r postgres
psql postgres
help
pg_ctl -D ./data stop
make check -j4 // Build and execute tests
cd tests; make check-build -j4 // Only build the tests