source: util/tests/NanoCreator.in@ b7fafb

Last change on this file since b7fafb was 8c3747, checked in by Frederik Heber <heber@…>, 17 years ago

path has changed as files were moved to ./src and hence, the executable after build is also in ./src

  • Property mode set to 100644
File size: 134 bytes
Line 
1#!/bin/sh
2#
3# wrapper for testing NanoCreator
4
5. atconfig
6
7"${abs_top_builddir}/src/NanoCreator" \
8 ${1+"$@"}
9status=$?
10
11exit $status
Note: See TracBrowser for help on using the repository browser.