File: simple

package info (click to toggle)
bioxtasraw 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 275,072 kB
  • sloc: python: 74,496; makefile: 29; sh: 21
file content (16 lines) | stat: -rwxr-xr-x 387 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

set -e

echo "Test retrieval of BioXTAS RAW version"
python3 -c "import bioxtasraw ; print(bioxtasraw.__version__)"

echo "Test desktop file"
desktop-file-validate /usr/share/applications/bioxtas-raw.desktop

# avoid local path mangling when looking for installed shared object
cd /usr/
echo "Test import of compiled C support"
python3 -c "import bioxtasraw.sascalc_exts"