mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Added a minimalistic test for including sqlpp11.h
This commit is contained in:
parent
35f9dab171
commit
d90b42f52b
@ -30,6 +30,7 @@
|
|||||||
#include <sqlpp11/alias.h>
|
#include <sqlpp11/alias.h>
|
||||||
#include <sqlpp11/sort_order.h>
|
#include <sqlpp11/sort_order.h>
|
||||||
#include <sqlpp11/expression_fwd.h>
|
#include <sqlpp11/expression_fwd.h>
|
||||||
|
#include <sqlpp11/assignment.h>
|
||||||
#include <sqlpp11/in_fwd.h>
|
#include <sqlpp11/in_fwd.h>
|
||||||
#include <sqlpp11/is_null_fwd.h>
|
#include <sqlpp11/is_null_fwd.h>
|
||||||
#include <sqlpp11/wrap_operand.h>
|
#include <sqlpp11/wrap_operand.h>
|
||||||
|
@ -14,6 +14,7 @@ build_and_run(SelectTest)
|
|||||||
build_and_run(SelectTypeTest)
|
build_and_run(SelectTypeTest)
|
||||||
build_and_run(FunctionTest)
|
build_and_run(FunctionTest)
|
||||||
build_and_run(PreparedTest)
|
build_and_run(PreparedTest)
|
||||||
|
build_and_run(Minimalistic)
|
||||||
|
|
||||||
find_package(PythonInterp REQUIRED)
|
find_package(PythonInterp REQUIRED)
|
||||||
|
|
||||||
|
5
tests/Minimalistic.cpp
Normal file
5
tests/Minimalistic.cpp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#include <sqlpp11/sqlpp11.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user