File: simple

package info (click to toggle)
bioxtasraw 2.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 250,808 kB
  • sloc: python: 61,799; makefile: 28; 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"