~mordred/sqltoast/linker-issues

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Jay Pipes
  • Date: 2010-07-07 21:24:56 UTC
  • Revision ID: jpipes@serialcoder-20100707212456-vz8llcymeedxbj69
Table constraints and tests. Woot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
if HAVE_LIBGTEST
71
71
check_PROGRAMS += \
 
72
        tests/table_constraints \
72
73
        tests/test_manual_ast_construction \
73
74
        tests/test_column_definitions \
74
75
        tests/test_sql_parser \
80
81
tests_test_sql_parser_LDADD = libsqltoast.la ${LTLIBGTEST}
81
82
tests_test_sql_parser_CXXFLAGS = -Wno-effc++ -std=c++0x
82
83
tests_test_literals_LDADD = libsqltoast.la ${LTLIBGTEST}
 
84
tests_table_constraints_LDADD = libsqltoast.la ${LTLIBGTEST}
 
85
tests_table_constraints_CXXFLAGS = -Wno-effc++ -std=c++0x
83
86
endif
84
87
 
85
88