mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-01-01 10:20:06 +01:00
Author: tfheen
Date: 2005-03-29 07:09:37 GMT
2005-03-29 Tollef Fog Heen <tfheen@err.no>
* check/check-cflags, check/check-define-variable,
check/check-libs, check/common, check/Makefile.am,
check/simple.pc: Add simple test framework and begin writing
tests.
* Makefile.am, configure.in: Make in check/ as well.
10 lines
139 B
Bash
Executable file
10 lines
139 B
Bash
Executable file
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
. ${srcdir}/common
|
|
|
|
ARGS="--define-variable=includedir=/includedir/ --cflags simple"
|
|
RESULT="-I/includedir/"
|
|
|
|
run_test
|