mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
81d7307fa7
adjust make and CMake for SQLParser and DataTest lib separate samples from tests in CMake remove unused StatementImpl from Data testsuite
12 lines
191 B
Makefile
12 lines
191 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco Data Tests
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean distclean all: projects
|
|
projects:
|
|
$(MAKE) -f Makefile-testrunner $(MAKECMDGOALS)
|
|
$(MAKE) -C DataTest $(MAKECMDGOALS)
|