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