Skip to content

Commit

Permalink
Add tests example
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Dec 13, 2024
1 parent 47343b1 commit eaade87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sqlite3 "$testdir/core.db" < sql/init_data/init_core.sql;
sqlite3 "$testdir/common.db" < sql/init_data/init.sql;
sqlite3 "$testdir/selectfunc.db" < sql/init_data/init_selectfunc.sql;

#sed -i 's/REGRESS =.*/REGRESS = extra\/sqlite_fdw_post types\/bitstring types\/bool types\/float4 types\/float8 types\/int4 types\/int8 types\/macaddr types\/macaddr8 types\/numeric types\/out_of_range types\/timestamp types\/uuid extra\/join extra\/limit extra\/aggregates extra\/prepare extra\/select_having extra\/select extra\/insert extra\/update extra\/encodings sqlite_fdw type aggregate selectfunc /' Makefile

#export REGRESS=' YOUR TESTS HERE';
make clean $1;
make $1;
make check $1 | tee make_check.out;
export REGRESS=;

0 comments on commit eaade87

Please sign in to comment.