PWBENNETT / mysql-udf-moments

Automatically exported from code.google.com/p/mysql-udf-moments
0 stars 0 forks source link

Makefile #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need a Makefile, and some kind of Makemaker.

TODO: Investigate autoconf and automake.

TODO: Makefile.PL to build the "make test" and "make fulltest" stuff. The "make 
test" stuff should probably use Inline::C or Inline::CPP to wrap the .so files, 
while "make fulltest" should probably copy the .so files into the MySQL plugins 
directory, install them fully into a running local MySQL, create a table in the 
"test" schema, and then bombard that test table with test cases using DBI. Both 
"make test" and "make fulltest" should obviously use TAP and probably 
Test::LectroTest::Compat.

Original issue reported on code.google.com by paul.w.b...@gmail.com on 21 Feb 2012 at 11:13

GoogleCodeExporter commented 9 years ago

Original comment by paul.w.b...@gmail.com on 28 Feb 2012 at 1:55