Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Testing

viveksengupta edited this page Aug 13, 2015 · 17 revisions

Test terminal

initdb ./data  
cp ../postgresql.conf ./data  

pg_ctl -D ./data start  
createuser -s -r postgres  

psql postgres  
help  

pg_ctl -D ./data stop

Compile

make check -j4						// Build and execute tests  
cd tests; make check-build -j4		// Only build the tests
Clone this wiki locally