0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

drop suffix 'Test' from tests

This commit is contained in:
Daniel Pfeifer 2015-05-29 20:40:38 +02:00
parent 5692a71c38
commit 036d63e6cf
14 changed files with 13 additions and 13 deletions

View File

@ -6,20 +6,20 @@ macro (build_and_run arg)
add_test("${arg}" "${CMAKE_BINARY_DIR}/tests/${arg}") add_test("${arg}" "${CMAKE_BINARY_DIR}/tests/${arg}")
endmacro () endmacro ()
build_and_run(BooleanExpressionTest) build_and_run(BooleanExpression)
build_and_run(CustomQueryTest) build_and_run(CustomQuery)
build_and_run(InterpretTest) build_and_run(Interpret)
build_and_run(InsertTest) build_and_run(Insert)
build_and_run(RemoveTest) build_and_run(Remove)
build_and_run(UpdateTest) build_and_run(Update)
build_and_run(SelectTest) build_and_run(Select)
build_and_run(SelectTypeTest) build_and_run(SelectType)
build_and_run(FunctionTest) build_and_run(Function)
build_and_run(PreparedTest) build_and_run(Prepared)
build_and_run(Minimalistic) build_and_run(Minimalistic)
build_and_run(ResultTest) build_and_run(Result)
build_and_run(UnionTest) build_and_run(Union)
build_and_run(WithTest) build_and_run(With)
# if you want to use the generator, you can do something like this: # if you want to use the generator, you can do something like this:
#find_package(PythonInterp REQUIRED) #find_package(PythonInterp REQUIRED)