Add simple tests and meson build. Maxim Orlov <m.orlov@postgrespro.ru>
[online_analyze.git] / Makefile
index 333add2..e92c9e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ MODULE_big = online_analyze
 OBJS = online_analyze.o     
 #DATA_built = online_analyze.sql
 DOCS = README.online_analyze
-#REGRESS = online_analyze
+REGRESS = online_analyze
 
 ifdef USE_PGXS
 PGXS := $(shell pg_config --pgxs)