summaryrefslogtreecommitdiff
path: root/check/check-tilde
blob: 0ffc8f55c0325ff90835eea2bdefb49cf04a0ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

set -e

. ${srcdir}/common

# expect unescaped tilde from cflags
RESULT='-I~'
run_test --cflags tilde

# expect unescaped tilde from libs
RESULT='-L~'
run_test --libs tilde