a67f311330
git-subtree-dir: external/ELFIO git-subtree-split: 94f7706b5325b2ad9872e4481278278592cf86c9
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# ELFIOTest requires to have the current working directory here,
|
|
# otherwise it would not find its test files
|
|
cd `dirname $0`
|
|
./ELFIOTest
|