File: example1

package info (click to toggle)
libntru 0.5-3
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 896 kB
  • sloc: ansic: 9,370; perl: 3,521; makefile: 22; sh: 10
file content (9 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

gcc -DNTRU_AVOID_HAMMING_WT_PATENT -I/usr/include/libntru \
    -O2 -o "$AUTOPKGTEST_TMP"/example1 debian/tests/example1.c \
    -lntru 

"$AUTOPKGTEST_TMP"/example1