10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -ev
|
||
|
|
||
|
SRCDIR="$(pwd)"
|
||
|
|
||
|
cd "$ADTTMP"
|
||
|
|
||
|
cmake "$SRCDIR/debian/tests/findmodules_data"
|