File: unit-test

package info (click to toggle)
orcania 2.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: ansic: 2,352; makefile: 199; sh: 29
file content (13 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

exec 2>&1

cd test
make memory_test str_test split_test pointer_list_test

./memory_test
./str_test
./split_test
./pointer_list_test