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