739ce79e21
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
185 B
Bash
Executable File
14 lines
185 B
Bash
Executable File
#! /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
|