- create stucture for functional test
- implementation of first test
This commit is contained in:
parent
2185408cfa
commit
9be39fb628
12 changed files with 269 additions and 13 deletions
|
@ -178,12 +178,15 @@ AC_SUBST(BUILD_LIBDBUS_CXX_DIR)
|
|||
|
||||
# Save processed files
|
||||
|
||||
PKG_CHECK_MODULES(CPPUNIT, cppunit)
|
||||
AC_OUTPUT(
|
||||
Makefile
|
||||
src/Makefile
|
||||
tools/Makefile
|
||||
test/Makefile
|
||||
test/generator/Makefile
|
||||
test/functional/Makefile
|
||||
test/functional/Test1/Makefile
|
||||
data/Makefile
|
||||
doc/Makefile
|
||||
doc/Doxyfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue