File: test_duplicate_symbol.sh

package info (click to toggle)
talloc 2.1.2-0%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 2,300 kB
  • ctags: 3,111
  • sloc: python: 20,542; ansic: 11,556; xml: 812; sh: 193; makefile: 122
file content (12 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Run the waf duplicate symbol check, wrapped in subunit.

. testprogs/blackbox/subunit.sh

subunit_start_test duplicate_symbols

if ./buildtools/bin/waf build --dup-symbol-check; then
	subunit_pass_test duplicate_symbols
else
	echo | subunit_fail_test duplicate_symbols
fi