mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-12-15 01:47:17 +00:00
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
#
|
|
# TestSuite.vxbuild
|
|
#
|
|
# $Id$
|
|
#
|
|
TARGET=SQLiteTestSuite
|
|
CFLAGS="-I../../../../../Foundation/include \\
|
|
-I../../../../../Data/include \\
|
|
-I../../../../../Data/SQLite/include \\
|
|
-I../../../../../CppUnit/include"
|
|
SOURCES="
|
|
Driver.cpp
|
|
SQLiteTest.cpp
|
|
SQLiteTestSuite.cpp
|
|
"
|