|
|
|||
File indexing completed on 2026-04-09 07:49:21
0001 #!/bin/bash
0002 usage(){ cat << EOU
0003
0004 ~/o/sysrap/tests/srngcpu_test.sh
0005
0006 EOU
0007 }
0008
0009 cd $(dirname $(realpath $BASH_SOURCE))
0010
0011 name=srngcpu_test
0012 bin=/tmp/$name
0013
0014 gcc $name.cc -I.. -std=c++11 -lstdc++ -lm -o $bin && $bin
0015
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|