aboutsummaryrefslogtreecommitdiff
path: root/tests/scope/test.sh
blob: 61194f6a3379b6500d943bad190d275af3e6573e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# In-tree.
#
b amalgamation/l1/ 2>/dev/null | diff -u test-1.out -

# Out-of-tree.
#
rm -rf a-out/
b 'configure(amalgamation/@a-out/)' 2>/dev/null
b amalgamation/l1/@a-out/l1/ 2>/dev/null | diff -u test-2.out -
rm -rf a-out/