~skinny.moey/drizzle/branch-rev

« back to all changes in this revision

Viewing changes to configure.ac

primitive integration of the testing framework with the building process
created simple tests for drizzled/calendar
removed unused code from drizzled/calendar

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  AC_MSG_ERROR(["bison is required for Drizzle to build from a bzr branch"])
42
42
])
43
43
 
 
44
AC_CHECK_LIB([gtest_main], [main])
44
45
 
45
46
PANDORA_RUN_CPPLINT
46
47