mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 04:30:43 -06:00
Added a minimalistic test for including sqlpp11.h
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <sqlpp11/alias.h>
|
||||
#include <sqlpp11/sort_order.h>
|
||||
#include <sqlpp11/expression_fwd.h>
|
||||
#include <sqlpp11/assignment.h>
|
||||
#include <sqlpp11/in_fwd.h>
|
||||
#include <sqlpp11/is_null_fwd.h>
|
||||
#include <sqlpp11/wrap_operand.h>
|
||||
|
||||
@@ -14,6 +14,7 @@ build_and_run(SelectTest)
|
||||
build_and_run(SelectTypeTest)
|
||||
build_and_run(FunctionTest)
|
||||
build_and_run(PreparedTest)
|
||||
build_and_run(Minimalistic)
|
||||
|
||||
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()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user