mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems. CppUTest's core design principles: * Simple to use and small * Portable to old and new platforms * Build with Test-driven Development in mind WWW: https://cpputest.github.io/ PR: 209622 Submitted by: Akos Somfai <akos.somfai@gmail.com>
11 lines
244 B
Text
11 lines
244 B
Text
--- Makefile.am.orig 2015-05-04 05:36:02 UTC
|
|
+++ Makefile.am
|
|
@@ -21,7 +21,7 @@ endif
|
|
|
|
TESTS = $(check_PROGRAMS)
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = cpputest.pc
|
|
|
|
EXTRA_DIST = \
|